diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 053636d..1233482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-java@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9091a51..a54c916 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 # server-username/server-password are the NAMES of env vars that # setup-java references from the generated settings.xml `central` server # entry; the values are injected on the deploy step below. The GPG