diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index 8eab3d9..448a8a7 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false 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/test.yml b/.github/workflows/test.yml index 4f232be..75e4f2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK uses: actions/setup-java@v5 with: