Skip to content

Commit 8585608

Browse files
Merge pull request #9 from MarginallyClever/gh-actions-update-1743902210
Update GitHub Action Versions
2 parents bf52549 + 1b1fb92 commit 8585608

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Deploy nightly release
4343
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')
44-
uses: WebFreak001/deploy-nightly@v1.1.0
44+
uses: WebFreak001/deploy-nightly@v3.2.0
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions
4747
with:

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
packages: write
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4.2.2
2323
- name: Set up JDK
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v4.7.0
2525
with:
2626
java-version: '22'
2727
distribution: 'temurin'

.github/workflows/updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v4.2.2
1515
with:
1616
# [Required] Access token with `workflow` scope.
1717
token: ${{ secrets.WORKFLOW_SECRET }}

0 commit comments

Comments
 (0)