Skip to content

Commit 5f6155c

Browse files
authored
Merge pull request #31 from NetSPI/dependabot/github_actions/actions/checkout-7.0.0
deps: bump actions/checkout from 6.0.3 to 7.0.0
2 parents 67abbcb + 9fa17ef commit 5f6155c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
TARGET_SELECTED: ${{ (matrix.java-version == '21' && inputs.publish_jdk_21) || (matrix.java-version == '22' && inputs.publish_jdk_22) || (matrix.java-version == '23' && inputs.publish_jdk_23) || (matrix.java-version == '24' && inputs.publish_jdk_24) || (matrix.java-version == '25' && inputs.publish_jdk_25) }}
7878
steps:
7979
# v6.0.2
80-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
80+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
8181
if: env.TARGET_SELECTED == 'true'
8282
with:
8383
fetch-depth: 1

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
# v6.0.2
23-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
23+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
2424
with:
2525
fetch-depth: 1
2626

0 commit comments

Comments
 (0)