Skip to content

Commit 07579d0

Browse files
algolia-botmillotp
andcommitted
chore(scripts): catch up on deprecated github actions
algolia/api-clients-automation#1345 Co-authored-by: Pierre Millot <[email protected]>
1 parent a6494fd commit 07579d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_PRIVATE_KEY_ID }}
1818
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PRIVATE_KEY_PASSWORD }}
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121

2222
- name: Install Java
23-
uses: actions/setup-java@v2
23+
uses: actions/setup-java@v3
2424
with:
2525
distribution: zulu
2626
java-version: 11.0.4
@@ -36,7 +36,7 @@ jobs:
3636
id: snapshot
3737
run: |
3838
if [[ $(cat ./gradle.properties | grep 'VERSION_NAME=.*-SNAPSHOT') ]]; then
39-
echo "::set-output name=IS_SNAPSHOT::true"
39+
echo "IS_SNAPSHOT=true" >> $GITHUB_OUTPUT
4040
fi
4141
4242
- name: Release Artifacts

0 commit comments

Comments
 (0)