aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/formal.yml2
-rw-r--r--.github/workflows/kernel.yml12
-rw-r--r--.github/workflows/tools.yml6
3 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml
index 8df31d1751..8083c5832c 100644
--- a/.github/workflows/formal.yml
+++ b/.github/workflows/formal.yml
@@ -14,7 +14,7 @@ jobs:
fail-fast: false
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml
index 25d6d265eb..f29b18d910 100644
--- a/.github/workflows/kernel.yml
+++ b/.github/workflows/kernel.yml
@@ -28,7 +28,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set lower case owner name
id: lower_owner
@@ -83,30 +83,30 @@ jobs:
steps:
- name: Checkout master directory
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: openwrt
- name: Checkout packages feed
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: openwrt/packages
path: openwrt/feeds/packages
- name: Checkout luci feed
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: openwrt/luci
path: openwrt/feeds/luci
- name: Checkout routing feed
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: openwrt/routing
path: openwrt/feeds/routing
- name: Checkout telephony feed
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
repository: openwrt/telephony
path: openwrt/feeds/telephony
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index f483615363..2661782f42 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: openwrt
@@ -102,7 +102,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: 'openwrt'
@@ -175,7 +175,7 @@ jobs:
echo "OWNER_LC=${OWNER,,}" >> "$GITHUB_ENV"
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: 'openwrt'