Skip to content

Commit e53a3a4

Browse files
authored
Merge pull request #10 from edera-dev/dependabot/github_actions/actions-updates-5f967e2fbc
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 in the actions-updates group
2 parents ba0efa6 + d8047c9 commit e53a3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
egress-policy: audit
2121
- name: checkout repository
22-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
with:
2424
submodules: recursive
2525
- name: install cosign

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
egress-policy: audit
2121
- name: checkout repository
22-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
with:
2424
submodules: recursive
2525
- name: install cosign

0 commit comments

Comments
 (0)