Update actions/checkout action to v4
All checks were successful
build java / images:java_${{ matrix.tag }} (17) (push) Successful in 2m37s
build java / images:java_${{ matrix.tag }} (19_with_firefox) (push) Successful in 3m26s
build java / images:java_${{ matrix.tag }} (8) (push) Successful in 1m7s
build java / images:java_${{ matrix.tag }} (8_with_firefox) (push) Successful in 2m41s
build nodejs / images:java_${{ matrix.tag }} (20) (push) Successful in 1m16s
build nodejs / images:java_${{ matrix.tag }} (20_with_pnpm) (push) Successful in 57s
build nodejs / images:java_${{ matrix.tag }} (20_with_yarn) (push) Successful in 53s

This commit is contained in:
Renovate Bot 2024-07-19 12:07:23 +00:00
parent 2d15f5902e
commit 5d753d0454
2 changed files with 2 additions and 2 deletions

@ -23,7 +23,7 @@ jobs:
- 19_with_firefox
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Restore Docker Cache
uses: actions/cache@v4

@ -22,7 +22,7 @@ jobs:
- 20_with_yarn
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Restore Docker Cache
uses: actions/cache@v4