diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8ba2e69c..2a74d87e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 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/publish.yml b/.github/workflows/publish.yml index e0a123ba..909494eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: contents: write id-token: write # The OIDC ID token is used for authentication with npm / JSR. steps: - - uses: actions/checkout@v4.3.0 + - uses: actions/checkout@v5.0.0 - uses: actions/setup-node@v4.4.0 with: node-version: '22'