Skip to content

Commit 70f0f33

Browse files
chore: update actions/checkout to v5 in automated tests workflow
1 parent 0ccae52 commit 70f0f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automated-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1818
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1919
- name: Check out repository code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
2222
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
2323
- name: Use Node.js

0 commit comments

Comments
 (0)