Skip to content

Commit

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

chore(deps): Bump actions/checkout from 3.5.2 to 3.5.3
  • Loading branch information
flavio committed Jun 13, 2023
2 parents 9cdf766 + abf85fb commit 766474b
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@v3.5.2
- uses: actions/checkout@v3.5.3
- uses: engineerd/configurator@v0.0.10
with:
name: just
Expand All @@ -30,7 +30,7 @@ jobs:
# but bash does!
shell: bash
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- uses: engineerd/configurator@v0.0.10
with:
name: just
Expand All @@ -50,7 +50,7 @@ jobs:
- advisories
- bans licenses sources
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- 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@v3.5.2
- uses: actions/checkout@v3.5.3
- 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@v3.5.2
- uses: actions/checkout@v3.5.3
- name: publish oci-distribution to crates.io
run: cargo publish --token ${{ secrets.CargoToken }}

0 comments on commit 766474b

Please sign in to comment.