diff --git a/.github/workflows/cherry-pick-staging.yml b/.github/workflows/cherry-pick-staging.yml index ca2699f..0706027 100644 --- a/.github/workflows/cherry-pick-staging.yml +++ b/.github/workflows/cherry-pick-staging.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout main - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main fetch-depth: 2 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e779c09..7941e09 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure Go uses: actions/setup-go@v6 diff --git a/.github/workflows/release-create.yml b/.github/workflows/release-create.yml index 5e276f0..51e5496 100644 --- a/.github/workflows/release-create.yml +++ b/.github/workflows/release-create.yml @@ -23,7 +23,7 @@ jobs: contents: write steps: - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: "${{ inputs.branch }}"