Skip to content

Commit 9d2cde1

Browse files
authored
Update reusable-workflow.yml
1 parent 5c85643 commit 9d2cde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
- name: Run a script
2424
run: echo "Running on ${{ matrix.os }} version ${{ matrix.version }}"

0 commit comments

Comments
 (0)