Skip to content

Commit a243854

Browse files
dependabot[bot]david-waltermire
authored andcommitted
Bump actions/checkout from 4.1.2 to 4.1.6 (usnistgov#361)
1 parent 1063323 commit a243854

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
BUILD_SNAPSHOT: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') &&
2828
(github.ref_name == 'develop' || startsWith(github.ref_name, 'release-')) }}
2929
steps:
30-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
30+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3131
with:
3232
submodules: recursive
3333
filter: tree:0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
actions: read
2525
contents: write
2626
steps:
27-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
27+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2828
with:
2929
submodules: recursive
3030
filter: tree:0

0 commit comments

Comments
 (0)