diff --git a/.github/workflows/apollo-studio-checks.yml b/.github/workflows/apollo-studio-checks.yml index d9472594..716cc9d8 100644 --- a/.github/workflows/apollo-studio-checks.yml +++ b/.github/workflows/apollo-studio-checks.yml @@ -19,7 +19,7 @@ jobs: APOLLO_VCS_REMOTE_URL: ${{ github.event.pull_request.head.repo.clone_url }} APOLLO_VCS_BRANCH: ${{ github.event.pull_request.head.label }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/apollo-studio-publish.yml b/.github/workflows/apollo-studio-publish.yml index 9656b260..c9c4f2f5 100644 --- a/.github/workflows/apollo-studio-publish.yml +++ b/.github/workflows/apollo-studio-publish.yml @@ -11,7 +11,7 @@ jobs: APOLLO_KEY: ${{ secrets.APOLLO_KEY }} APOLLO_VCS_COMMIT: ${{ github.event.pull_request.head.sha }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Rover run: | diff --git a/.github/workflows/image-main-latest.yml b/.github/workflows/image-main-latest.yml index d7ceab1b..7da53281 100644 --- a/.github/workflows/image-main-latest.yml +++ b/.github/workflows/image-main-latest.yml @@ -14,7 +14,7 @@ jobs: - name: Log in to GHCR run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/lint-go.yml b/.github/workflows/lint-go.yml index 6aea6c9e..4fbf6855 100644 --- a/.github/workflows/lint-go.yml +++ b/.github/workflows/lint-go.yml @@ -10,7 +10,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: go-version-file: 'go.mod' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cbe2856..752b9784 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: helm: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Publish Helm charts uses: stefanprodan/helm-gh-pages@master @@ -30,7 +30,7 @@ jobs: - name: Log in to GHCR run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 0bb00b3e..61ddd7f3 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout code for ${{ matrix.ci-database }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go for ${{ matrix.ci-database }} uses: actions/setup-go@v4 with: