From 7f1d0fb5c8a6affbbe4b58eb771463f794551fe9 Mon Sep 17 00:00:00 2001 From: dappnodedev Date: Wed, 15 Nov 2023 13:13:09 +0100 Subject: [PATCH] Update actions versions --- .github/workflows/artifacts.yml | 4 ++-- .github/workflows/linter.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 65647c3..015f220 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -54,7 +54,7 @@ jobs: [[ $VPN_VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] && [[ $CORE_VERSION =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] || { echo "versions introduced in wrong format"; exit 1; } - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v4 # Edit the profile with the new versions introduced - name: Set new versions @@ -108,7 +108,7 @@ jobs: # ARTIFACTS ASSETS - name: Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: test-artifact path: | diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c817a5c..58b25b8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -21,13 +21,13 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter@v3.17.0 + uses: super-linter/super-linter@v5 env: VALIDATE_ALL_CODEBASE: false FILTER_REGEX_EXCLUDE: .github/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d484116..48b32d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: [[ $VPN_VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] && [[ $CORE_VERSION =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] || { echo "versions introduced in wrong format"; exit 1; } - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v4 # Edit the profile with the new versions introduced - name: Set new versions @@ -155,7 +155,7 @@ jobs: - name: Create Pull Request if: steps.git_diff.outputs.HAS_CHANGED == 'true' - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v5 with: add-paths: ".dappnode_profile" commit-message: "update core packages versions" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3090bc..9d9a232 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v4 - name: Setup Test Environment run: | sudo /bin/bash ./test/environment_setup.sh @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v4 - name: create iso run: | docker-compose build