From c48fca9009e660d65a23f30dbb9811c2b8fa8482 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 28 Dec 2024 07:12:25 +0000 Subject: [PATCH] Update github action modules Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release-tracker.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 409c7bff7..fe9d816fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: go-version: '1.23' id: go - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 - name: Run checks run: | diff --git a/.github/workflows/release-tracker.yml b/.github/workflows/release-tracker.yml index 9c7a31c75..39d7bde3a 100644 --- a/.github/workflows/release-tracker.yml +++ b/.github/workflows/release-tracker.yml @@ -28,7 +28,7 @@ jobs: needs: label-detector runs-on: "${{ needs.label-detector.outputs.runs-on }}" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 - name: Prepare git env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bedb6d395..ec190c6a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v1 - name: Release uses: softprops/action-gh-release@v1