Skip to content

Commit fa90fb9

Browse files
dependabot[bot]david-waltermire
authored andcommitted
Bump actions/checkout from 4.1.2 to 4.1.5 (usnistgov#361)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9bb5618...44c2b7a) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 522e6fd commit fa90fb9

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
2828
with:
2929
submodules: recursive
3030
filter: tree:0

0 commit comments

Comments
 (0)