diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e1490251d..f0399b70d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,7 +19,7 @@ jobs: go-version: 1.26.4 - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Run check run: make check diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7e6978da5..87655bfd7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/upload-s3.yml b/.github/workflows/upload-s3.yml index 14275722c..ae7b93c45 100644 --- a/.github/workflows/upload-s3.yml +++ b/.github/workflows/upload-s3.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Confiugre AWS credentials uses: aws-actions/configure-aws-credentials@v6