diff options
Diffstat (limited to '.github/workflows/pull_requests.yml')
| -rw-r--r-- | .github/workflows/pull_requests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index a9f213c..f904135 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -17,7 +17,7 @@ jobs: node-version: [ '18.x', '20.x', '22.x' ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Java 17 uses: actions/setup-java@v5 |
