From c651b43e36f5e9d15313522f8a1ae64d82be7ef0 Mon Sep 17 00:00:00 2001 From: ice0 Date: Mon, 29 Jan 2024 12:52:06 +0700 Subject: [PATCH] ci: bump github actions version This is required because Node.js 16 actions are deprecated. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. --- .github/workflows/conventional-commits-style.yml | 2 +- .github/workflows/synfig-ci.yml | 4 ++-- .github/workflows/synfig-stable.yml | 4 ++-- .github/workflows/synfig-tests.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/conventional-commits-style.yml b/.github/workflows/conventional-commits-style.yml index b3ff045c693..84572008bcc 100644 --- a/.github/workflows/conventional-commits-style.yml +++ b/.github/workflows/conventional-commits-style.yml @@ -16,7 +16,7 @@ jobs: name: Conventional commits style check steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install conventional commits linter run: npm install --save-dev @commitlint/config-conventional @commitlint/cli diff --git a/.github/workflows/synfig-ci.yml b/.github/workflows/synfig-ci.yml index 43e326ecf97..192c5e42729 100644 --- a/.github/workflows/synfig-ci.yml +++ b/.github/workflows/synfig-ci.yml @@ -47,7 +47,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare ccache timestamp id: ccache_timestamp @@ -55,7 +55,7 @@ jobs: - name: Download ccache archive id: ccache-archive - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .ccache key: ${{ matrix.os }}-ccache-${{ matrix.toolchain }}-${{ steps.ccache_timestamp.outputs.timestamp }} diff --git a/.github/workflows/synfig-stable.yml b/.github/workflows/synfig-stable.yml index dbeb6c6a448..b5514afe598 100644 --- a/.github/workflows/synfig-stable.yml +++ b/.github/workflows/synfig-stable.yml @@ -34,7 +34,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare ccache timestamp id: ccache_timestamp @@ -42,7 +42,7 @@ jobs: - name: Download ccache archive id: ccache-archive - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .ccache key: ${{ matrix.os }}-ccache-${{ matrix.toolchain }}-${{ steps.ccache_timestamp.outputs.timestamp }} diff --git a/.github/workflows/synfig-tests.yml b/.github/workflows/synfig-tests.yml index 5dc9f442a0e..53fee22ba92 100644 --- a/.github/workflows/synfig-tests.yml +++ b/.github/workflows/synfig-tests.yml @@ -31,7 +31,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Synfig Studio (Check appdata.xml)" run: |