Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.1 to 4.1.5
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 0cf7ae9 commit 0727d73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Cargo Check
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].5
- uses: actions-rust-lang/[email protected]
with:
toolchain: 1.76.0
Expand All @@ -18,7 +18,7 @@ jobs:
name: rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].5
- uses: actions-rust-lang/[email protected]
with:
# we have to use nightly since come important options are not stable yet
Expand All @@ -33,7 +33,7 @@ jobs:
permissions:
checks: write
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].5
- uses: actions-rust-lang/[email protected]
with:
toolchain: 1.76.0
Expand All @@ -46,7 +46,7 @@ jobs:
name: Doc
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].5
- uses: actions-rust-lang/[email protected]
with:
toolchain: 1.76.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].5
- uses: actions-rust-lang/[email protected]
with:
toolchain: 1.76.0
Expand All @@ -20,7 +20,7 @@ jobs:
dockerize:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].5
- name: Set environment
run: echo "docker_image_tag=${GITHUB_REF##*/v}" >> $GITHUB_ENV
- uses: docker/[email protected]
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
artifact-name: mc-server-pinger-darwin-x86_64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].5
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.76.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].5
- uses: actions-rust-lang/[email protected]
with:
toolchain: 1.76.0
Expand Down

0 comments on commit 0727d73

Please sign in to comment.