Skip to content

Commit

Permalink
Bump actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Feb 9, 2024
1 parent 9aaa7ba commit 0306520
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Audit
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sudo apt-get install -y libusb-1.0-0-dev libftdi1-dev libudev-dev
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache target
uses: actions/cache@v3
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
vcpkg install libftdi1:x64-windows libusb:x64-windows
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache target
uses: actions/cache@v3
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
vcpkg install libftdi1:x64-windows libusb:x64-windows
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache target
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
path: src/github.com/auxon/modality-trace-recorder-plugin
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
sudo apt-get install -y libusb-1.0-0-dev libftdi1-dev libudev-dev
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 0306520

Please sign in to comment.