From 3fa8531ff86972a7e67ce4f72a0855231f3364ec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Oct 2022 01:14:21 +0000 Subject: [PATCH] chore(deps): update github-actions to v3 --- .github/workflows/release.yml | 2 +- .github/workflows/schedule.cli.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4903bc7e..6ecf9b895 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: version: ${{ steps.ldflags.outputs.version }} steps: - id: checkout - uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2.4.2 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 with: fetch-depth: 0 - id: ldflags diff --git a/.github/workflows/schedule.cli.yml b/.github/workflows/schedule.cli.yml index 6f37edf9a..8767c1cc2 100644 --- a/.github/workflows/schedule.cli.yml +++ b/.github/workflows/schedule.cli.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest # See https://github.com/orgs/community/discussions/26238. steps: - - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # tag=v1.10.0 + - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # tag=v3.0.1 with: name: event_name - name: Check event name @@ -28,7 +28,7 @@ jobs: ctned="true" fi echo "continue=$ctned" >> $GITHUB_OUTPUT - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # tag=v2.4.0 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 if: steps.name.outputs.continue == 'true' with: ref: main