Skip to content

Commit

Permalink
Merge pull request #94 from krustlet/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.0

chore(deps): Bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
flavio authored Sep 26, 2023
2 parents 6bf66a6 + 0ce430b commit 50f3a81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- uses: engineerd/[email protected]
with:
name: just
Expand All @@ -30,7 +30,7 @@ jobs:
# but bash does!
shell: bash
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- uses: engineerd/[email protected]
with:
name: just
Expand All @@ -50,7 +50,7 @@ jobs:
- advisories
- bans licenses sources
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}
2 changes: 1 addition & 1 deletion .github/workflows/daily_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
name: publish to crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: publish oci-distribution to crates.io
run: cargo publish --token ${{ secrets.CargoToken }}

0 comments on commit 50f3a81

Please sign in to comment.