Skip to content

Commit 6c9c7b5

Browse files
authored
Merge pull request #11 from IBM/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents d6b0b6e + cbee2db commit 6c9c7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.workflowTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
- name: 64-bit Linux debug compile
2828
# export LD_LIBRARY_PATH=/home/runner/work/OpenCryptographyKitC/OpenCryptographyKitC/openssl-1.1.1/
@@ -36,7 +36,7 @@ jobs:
3636
# a compile only -no test -quick check
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040

4141
- name: 64-bit Linux release compile
4242
run: |

0 commit comments

Comments
 (0)