Skip to content

Commit

Permalink
Merge pull request #146 from hwchen/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Per dependabot: Bump actions/checkout from 3 to 4.
  • Loading branch information
brotskydotcom authored Nov 23, 2023
2 parents ba7c684 + 52ff00c commit 755b49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt install -y build-essential gnome-keyring
- name: Fetch head
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Rust Toolchain (stable)
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Fetch head
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Rust Toolchain (stable)
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 755b49e

Please sign in to comment.