diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4be91d4..f1f3178 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: go-version: ${{ matrix.go }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run tests run: go test -v -race diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index de8c223..3bb6799 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL