Skip to content

Commit ee0e4cd

Browse files
committed
github workflow updates
1 parent c2fcd70 commit ee0e4cd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ jobs:
3434
os: ubuntu-latest
3535
runs-on: ${{ matrix.os }}
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v6
3838
- name: Validate Gradle Wrapper
3939
uses: gradle/wrapper-validation-action@v3
40-
- uses: actions/cache@v3
40+
- uses: actions/cache@v4
4141
with:
4242
path: |
4343
~/.konan
4444
key: ${{ runner.os }}-${{ hashFiles('**/.lock') }}
4545
- name: Import GPG key
46-
uses: crazy-max/ghaction-import-gpg@v5
46+
uses: crazy-max/ghaction-import-gpg@v6
4747
with:
4848
gpg_private_key: ${{ secrets.SIGNING_KEY }}
4949
passphrase: ${{ secrets.SIGNING_PASSWORD }}
5050
- name: Set up JDK 17
51-
uses: actions/setup-java@v3
51+
uses: actions/setup-java@v5
5252
with:
5353
java-version: '17'
5454
distribution: 'temurin'

0 commit comments

Comments
 (0)