Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 2 to 3 #14

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-bsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/build
Expand All @@ -56,7 +56,7 @@ jobs:

- name: Checkout Armbian support scripts
if: ${{ env.SKIP != 'yes' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/scripts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/build
path: build
ref: ${{ github.event.inputs.sourcerepo }}

- name: Checkout scripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/scripts
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-rootfs-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: igorpecovnik/freespace@main

- name: Checkout Armbian build script
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/build
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Checkout Armbian support scripts

uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/scripts
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Checkout Armbian build script

uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/build
Expand All @@ -128,7 +128,7 @@ jobs:

- name: Checkout Armbian support scripts

uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/scripts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test-image-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Checkout repository
if: ${{ env.SKIP != 'yes' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 100
repository: armbian/build
Expand All @@ -80,7 +80,7 @@ jobs:

- name: Checkout support scripts
if: ${{ env.SKIP != 'yes' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 100
repository: armbian/scripts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-with-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "REPO=${SOURCEREPO:-nightly}" >> $GITHUB_ENV

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/build
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
echo ${{needs.Prepare.outputs.runner}}

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/build
Expand All @@ -133,7 +133,7 @@ jobs:
clean: false

- name: Checkout support scripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-for-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
clean: true

- name: Checkout support scripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/scripts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Checkout Armbian build script
if: ${{ env.SKIP != 'yes' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/build
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Checkout Armbian support scripts
if: ${{ env.SKIP != 'yes' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/scripts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maintain-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: changes

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/build
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
sudo mount -a

- name: Checkout Armbian build script
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: source

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
clean: false

- name: Checkout support scripts
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: armbian/scripts
path: scripts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Checkout Armbian build script
if: ${{ github.repository_owner == 'Armbian' && env.SKIP != 'yes' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/build
Expand All @@ -58,7 +58,7 @@ jobs:

- name: Checkout Armbian support scripts
if: ${{ github.repository_owner == 'Armbian' && env.SKIP != 'yes' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: armbian/scripts
Expand Down