Skip to content

Commit

Permalink
build(deps): Bump actions/checkout from 4.1.1 to 4.1.2
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.2.
- [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.2)

---
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 Mar 13, 2024
1 parent fba4154 commit 35a4444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Check out code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Generate Package Version
id: version
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
target: ${{ matrix.target }}

- name: Check out code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Fetch Versioned Cargo.toml
uses: actions/download-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ${{ matrix.setup }}
if: matrix.setup

- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: rustup install nightly
uses: actions-rs/[email protected]
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
name: Docker Build
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- run: |
docker build -t buckle:latest -f build/Dockerfile.linux-x86_64 .
docker run --rm buckle:latest buckle --version
Expand Down

0 comments on commit 35a4444

Please sign in to comment.