diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index f8de6c143..a4a4309b8 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -4,7 +4,7 @@ description: 'Download translations and build the site' runs: using: composite steps: - - uses: myparcelnl/actions/yarn-install@v3 + - uses: myparcelnl/actions/yarn-install@v4 - name: 'Import latest translations' shell: bash @@ -12,7 +12,7 @@ runs: - name: 'Handle build cache' id: cache-build - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: src/.vuepress/dist key: ${{ runner.os }}-build-${{ hashFiles('**/*.lock') }}-${{ hashFiles('src/**/*') }} diff --git a/.github/workflows/nightly-rebuild.yml b/.github/workflows/nightly-rebuild.yml index 9fe0da142..0f0c190df 100644 --- a/.github/workflows/nightly-rebuild.yml +++ b/.github/workflows/nightly-rebuild.yml @@ -12,11 +12,11 @@ jobs: upload: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/build - - uses: actions/upload-pages-artifact@v1 + - uses: actions/upload-pages-artifact@v3 with: path: src/.vuepress/dist @@ -31,4 +31,4 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 diff --git a/.github/workflows/pull-request-open.yml b/.github/workflows/pull-request-open.yml index 3023e0aa5..dc541e943 100644 --- a/.github/workflows/pull-request-open.yml +++ b/.github/workflows/pull-request-open.yml @@ -13,7 +13,7 @@ jobs: assign-author: runs-on: ubuntu-22.04 steps: - - uses: myparcelnl/actions/pr-assign-author@v3 + - uses: myparcelnl/actions/pr-assign-author@v4 with: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} diff --git a/.github/workflows/pull-request-review.yml b/.github/workflows/pull-request-review.yml index 3365a46a1..a2eea6918 100644 --- a/.github/workflows/pull-request-review.yml +++ b/.github/workflows/pull-request-review.yml @@ -10,7 +10,7 @@ jobs: label: runs-on: ubuntu-22.04 steps: - - uses: myparcelnl/actions/pr-label-by-review@v3 + - uses: myparcelnl/actions/pr-label-by-review@v4 with: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} diff --git a/.github/workflows/pull-request-title.yml b/.github/workflows/pull-request-title.yml index 207060c05..8d564cdbe 100644 --- a/.github/workflows/pull-request-title.yml +++ b/.github/workflows/pull-request-title.yml @@ -14,7 +14,7 @@ jobs: lint: runs-on: ubuntu-22.04 steps: - - uses: myparcelnl/actions/pr-validate-title-conventional@v3 + - uses: myparcelnl/actions/pr-validate-title-conventional@v4 with: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ce4e3ac6f..800b2e225 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,11 +15,11 @@ jobs: upload: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/build - - uses: actions/upload-pages-artifact@v1 + - uses: actions/upload-pages-artifact@v3 with: path: src/.vuepress/dist @@ -27,7 +27,7 @@ jobs: # needs: upload # runs-on: ubuntu-22.04 # steps: -# - uses: actions/download-artifact@v3 +# - uses: actions/download-artifact@v4 # with: # name: github-pages # @@ -37,13 +37,13 @@ jobs: # mkdir artifact # tar -xf artifact.tar -C artifact # -# - uses: myparcelnl/actions/aws-setup@v3 +# - uses: myparcelnl/actions/aws-setup@v4 # with: # region: ${{ secrets.AWS_DEFAULT_REGION }} # access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} # secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} # -# - uses: myparcelnl/actions/aws-s3-sync@v3 +# - uses: myparcelnl/actions/aws-s3-sync@v4 # with: # source: artifact # bucket: ${{ secrets.S3_BUCKET }} @@ -61,20 +61,20 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 rebase-prs: name: 'Rebase open pull requests' runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: myparcelnl/actions/setup-app-credentials@v3 + - uses: myparcelnl/actions/setup-app-credentials@v4 id: credentials with: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} - - uses: peter-evans/rebase@v2 + - uses: peter-evans/rebase@v3 with: token: ${{ steps.credentials.outputs.token }} diff --git a/.github/workflows/reindex.yml b/.github/workflows/reindex.yml index c67b48104..d340c3aab 100644 --- a/.github/workflows/reindex.yml +++ b/.github/workflows/reindex.yml @@ -11,7 +11,7 @@ jobs: name: 'Trigger crawl' runs-on: ubuntu-22.04 steps: - - uses: algolia/algoliasearch-crawler-github-actions@v1.1.9 + - uses: algolia/algoliasearch-crawler-github-actions@v1.1.13 with: algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }} algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a73997e51..21a9d5d4c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: test-build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.client_payload.pull_request.head.ref }}