Skip to content

Commit

Permalink
Merge pull request #5 from Baarsgaard/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Baarsgaard authored Nov 2, 2023
2 parents 2f256ad + d13abc4 commit 73a285c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# build: x86_64-windows
# ext: .exe
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
continue-on-error: false
with:
Expand All @@ -62,7 +62,7 @@ jobs:
name: "Cargo check/clippy"
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
Expand All @@ -74,7 +74,7 @@ jobs:
name: "Cargo format"
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
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:
outputs:
crate-version: ${{ steps.crate-version.outputs.CRATE_VERSION }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get tag
id: "crate-version"
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
build: x86_64-windows
ext: .exe
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
continue-on-error: false
Expand Down

0 comments on commit 73a285c

Please sign in to comment.