Skip to content

Commit 5015fdb

Browse files
macfarlajflo
authored andcommitted
update checkout action to 4.2.2 (besu-eth#9052)
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
1 parent dcf6029 commit 5015fdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/develop-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout Repo
13-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414
- name: Set up Java
1515
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
1616
with:
@@ -60,7 +60,7 @@ jobs:
6060
echo "BUILD_TARGET_NAME=${BUILD_TARGET_NAME}" >> $GITHUB_ENV
6161
6262
- name: Checkout Repo
63-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
63+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6464
- name: Set up Java
6565
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
6666
with:

0 commit comments

Comments
 (0)