From 5a51032ec9c755b0a54816c607fd029a4d5e8067 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 18:18:06 +0200 Subject: [PATCH] Update actions/checkout digest to 0ad4b8f (#742) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/api.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/release_package.yml | 2 +- .github/workflows/ui.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 0bdd8b6d..22bdd22f 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -13,7 +13,7 @@ jobs: go: ['1.18', '1.19', '1.20.4'] name: Go ${{ matrix.go }} run steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Setup go uses: actions/setup-go@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c3cb3e9..7ff7e4fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 0 - diff --git a/.github/workflows/release_package.yml b/.github/workflows/release_package.yml index 57860c62..618f7cd3 100644 --- a/.github/workflows/release_package.yml +++ b/.github/workflows/release_package.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 0 - diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 6648387e..da497f68 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -14,7 +14,7 @@ jobs: node-version: [14.x, 15.x, 16.x, 18.x] steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Cache node modules uses: actions/cache@v4