We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccae52 commit 70f0f33Copy full SHA for 70f0f33
1 file changed
.github/workflows/automated-tests.yaml
@@ -17,7 +17,7 @@ jobs:
17
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
18
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
19
- name: Check out repository code
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
22
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
23
- name: Use Node.js
0 commit comments