use newer checkout
This commit is contained in:
parent
bb530c0d5e
commit
454dddf07f
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- run: echo "🔎 The name of your branch is ${{ forgejo.ref }} and your repository is ${{ forgejo.repository }}."
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- run: echo "💡 The ${{ forgejo.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
arm64:
|
||||
runs-on : [ ubuntu-24.04, arm64-builder ]
|
||||
runs-on: [ ubuntu-24.04, arm64-builder ]
|
||||
steps:
|
||||
- name: System Info
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue