Skip to content

Commit f749169

Browse files
authored
Merge pull request #183 from oras-project/dependabot/github_actions/actions/checkout-4.2.2
chore(deps): Bump actions/checkout from 4.2.1 to 4.2.2
2 parents 4f61a24 + 36b905a commit f749169

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
steps:
14-
- uses: actions/[email protected].1
14+
- uses: actions/[email protected].2
1515
- uses: engineerd/[email protected]
1616
with:
1717
name: just
@@ -30,7 +30,7 @@ jobs:
3030
# but bash does!
3131
shell: bash
3232
steps:
33-
- uses: actions/[email protected].1
33+
- uses: actions/[email protected].2
3434
- uses: engineerd/[email protected]
3535
with:
3636
name: just
@@ -50,7 +50,7 @@ jobs:
5050
- advisories
5151
- bans licenses sources
5252
steps:
53-
- uses: actions/[email protected].1
53+
- uses: actions/[email protected].2
5454
- uses: EmbarkStudios/cargo-deny-action@v2
5555
with:
5656
command: check ${{ matrix.checks }}

.github/workflows/daily_security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
audit:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].1
11+
- uses: actions/[email protected].2
1212
- uses: actions-rs/audit-check@v1
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
name: publish to crates.io
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].1
11+
- uses: actions/[email protected].2
1212
- name: publish oci-distribution to crates.io
1313
run: cargo publish --token ${{ secrets.CargoToken }}

0 commit comments

Comments
 (0)