diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2239111..baef878 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80f529d..e284e33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: tagRegexGroup: 1 # Optional. Default is 1. - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 66fafb1..039de9e 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -14,7 +14,7 @@ jobs: matrix: go-version: ['1.21'] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup go uses: actions/setup-go@v6