mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
update actions/checkout to v3.1.0
This commit is contained in:
parent
bc3fba6b22
commit
95cb6f415c
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3.1.0
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
- name: GitHub Actions "runner" environment
|
- name: GitHub Actions "runner" environment
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
#- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
#- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
#- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
#- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||||
#- name: Check out repository code
|
#- name: Check out repository code
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3.1.0
|
||||||
- uses: pguyot/arm-runner-action@v2
|
- uses: pguyot/arm-runner-action@v2
|
||||||
with:
|
with:
|
||||||
image_additional_mb: 1024
|
image_additional_mb: 1024
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue