Skip to content

Commit

Permalink
Update Github actions/checkout@v3 (#403)
Browse files Browse the repository at this point in the history
* Update Github actions/checkout@v3

* Update image-builder-from-repo.yml
  • Loading branch information
awawa-dev authored Apr 23, 2023
1 parent d1d39a0 commit 3353015
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-builder-from-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt install coreutils p7zip-full qemu-user-static
- name: Checkout CustomPiOS
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: 'guysoft/CustomPiOS'
path: CustomPiOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt install coreutils p7zip-full qemu-user-static
- name: Checkout CustomPiOS
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: 'guysoft/CustomPiOS'
path: CustomPiOS
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
# checkout
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
QT_VERSION: "5"
steps:
# Checkout
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
QT_VERSION: 6.2.4
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# generate environment variables
- name: Generate environment variables from version and tag
Expand Down

0 comments on commit 3353015

Please sign in to comment.