We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c85643 commit 9d2cde1Copy full SHA for 9d2cde1
.github/workflows/reusable-workflow.yml
@@ -19,6 +19,6 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
steps:
21
- name: Check out repository
22
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
23
- name: Run a script
24
run: echo "Running on ${{ matrix.os }} version ${{ matrix.version }}"
0 commit comments