Just try using actions/checkout@v4

This commit is contained in:
Benoit Marty 2023-09-11 14:51:12 +02:00
parent ff3fd793ff
commit 995d4e9f6d
11 changed files with 12 additions and 12 deletions

View file

@ -18,7 +18,7 @@ jobs:
group: ${{ github.ref == 'refs/head/main' && format('build-release-main-{0}', github.sha) }}
cancel-in-progress: true
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- name: Use JDK 17
uses: actions/setup-java@v3
with: