chore(deps): update actions/checkout action to v4
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 12s
renovate / renovate (push) Successful in 36s

This commit was merged in pull request #8.
This commit is contained in:
Renovate Bot
2024-08-04 00:08:21 +00:00
parent 8165334fa4
commit 376ccc2557

View File

@@ -11,7 +11,7 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- uses: https://github.com/actions/setup-python@v4