You've already forked repository
mirror of
https://github.com/armbian/repository.git
synced 2026-01-06 10:35:55 -08:00
Merge pull request #3 from armbian/dependabot/github_actions/actions/checkout-3.4.0
Bump actions/checkout from 3.3.0 to 3.4.0
This commit is contained in:
8
.github/workflows/3rdparty.yml
vendored
8
.github/workflows/3rdparty.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.3.0
|
||||
uses: actions/checkout@v3.4.0
|
||||
|
||||
- name: Build list
|
||||
id: lists
|
||||
@@ -56,10 +56,10 @@ jobs:
|
||||
passphrase: ${{ secrets.GPG_PASSPHRASE1 }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.3.0
|
||||
uses: actions/checkout@v3.4.0
|
||||
|
||||
- name: Checkout Armbian build script
|
||||
uses: actions/checkout@v3.3.0
|
||||
uses: actions/checkout@v3.4.0
|
||||
with:
|
||||
repository: armbian/build
|
||||
path: build
|
||||
@@ -187,7 +187,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.3.0
|
||||
uses: actions/checkout@v3.4.0
|
||||
|
||||
- name: Build list
|
||||
id: tests
|
||||
|
||||
Reference in New Issue
Block a user