diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 528ed9b..9281644 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 32602f8..4d7cf49 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Go uses: actions/setup-go@v6 # action page: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index eaad2f6..93bf795 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -29,7 +29,7 @@ jobs: php-version: ${{ matrix.php }} extensions: sockets - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get Composer Cache Directory id: composer-cache run: | @@ -76,7 +76,7 @@ jobs: timeout-minutes: 60 steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download code coverage results uses: actions/download-artifact@v8 with: