Skip to content

Commit 86c81a3

Browse files
committed
Update to latest snapshot action
[skip ci]
1 parent d8369e2 commit 86c81a3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/manual-snapshot-publish-21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
permissions:
1010
contents: read
11-
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@6e8a7c652c75755032d344e4ac2b236ec37c77b0
11+
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@d8369e218d4878b79d394a90483f109a2096a820
1212
with:
1313
javaLevel: 21
1414
secrets:

.github/workflows/manual-snapshot-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
permissions:
1010
contents: read
11-
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@6e8a7c652c75755032d344e4ac2b236ec37c77b0
11+
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@d8369e218d4878b79d394a90483f109a2096a820
1212
with:
1313
javaLevel: 8
1414
secrets:

.github/workflows/nightly-snapshot-publish-21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: none
1717
if: ${{ github.ref == 'refs/heads/10-dev' }}
18-
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@6e8a7c652c75755032d344e4ac2b236ec37c77b0
18+
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@d8369e218d4878b79d394a90483f109a2096a820
1919
with:
2020
javaLevel: 21
2121
secrets:

.github/workflows/nightly-snapshot-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: none
1717
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/jruby-9.4' }}
18-
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@6e8a7c652c75755032d344e4ac2b236ec37c77b0
18+
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@d8369e218d4878b79d394a90483f109a2096a820
1919
with:
2020
javaLevel: 8
2121
secrets:

0 commit comments

Comments
 (0)