From a25f97f7e8e86dfcd69a323ba4b626eb67678959 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Tue, 1 Nov 2022 20:38:10 +0100 Subject: [PATCH] Update GitHub actions --- .github/workflows/add-lang.yml | 4 ++-- .github/workflows/jekyll.yml | 6 +++--- .github/workflows/main.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 .github/workflows/add-lang.yml mode change 100755 => 100644 .github/workflows/jekyll.yml mode change 100755 => 100644 .github/workflows/main.yml diff --git a/.github/workflows/add-lang.yml b/.github/workflows/add-lang.yml old mode 100755 new mode 100644 index 77a1ff7e2..9f6b86f5b --- a/.github/workflows/add-lang.yml +++ b/.github/workflows/add-lang.yml @@ -27,7 +27,7 @@ jobs: fi # Check out repo: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: next-release @@ -44,7 +44,7 @@ jobs: # Check po4a cache. If CACHE_HIT: true, retrieve the cache. # If not, install po4a and its dependencies and copy them all to a folder (~/po4a/) to be cached: - name: Check for po4a cache - uses: actions/cache@v1.0.3 + uses: actions/cache@v3 id: cache-po4a with: path: "~/po4a" diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml old mode 100755 new mode 100644 index 4570f1bfa..b180adb16 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -12,7 +12,7 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Paths changes filter. Detects if there's been a change to any files defined in the filter: - uses: dorny/paths-filter@v2 @@ -25,7 +25,7 @@ jobs: # Retrieve po4a installation cache or create it if not found: - name: Check for po4a cache - uses: actions/cache@v1.0.3 + uses: actions/cache@v3 id: cache-po4a with: path: "~/po4a" @@ -65,7 +65,7 @@ jobs: - name: Zip Website if: ${{ github.event_name == 'pull_request' }} run: zip -r ${{ github.workspace }}/website.zip _site/* - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 name: Upload Website if: ${{ github.event_name == 'pull_request' }} with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100755 new mode 100644 index 358367d64..1a7bac976 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,11 +9,11 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Retrieve po4a installation cache or create it if not found: - name: Check for po4a cache - uses: actions/cache@v1.0.3 + uses: actions/cache@v3 id: cache-po4a with: path: "~/po4a" @@ -109,7 +109,7 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: ${{ github.sha }} update from release uses: devmasx/merge-branch@v1.3.1 with: