CI: bump actions/checkout action to v3

Bump actions/checkout action to v3 on every workflow to mute node
deprecation warning.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi
2022-10-12 15:24:11 +02:00
parent cd93980abb
commit 87c69d73bb
3 changed files with 10 additions and 10 deletions

View File

@@ -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'