Skip to content

Commit

Permalink
Upgrade other actions that have newer releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianroberts committed Nov 6, 2024
1 parent 19d1118 commit a9e246f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: "1"

Expand All @@ -36,7 +36,7 @@ jobs:
fi
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'zulu'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout PR
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update submodules if necessary
run: |
Expand All @@ -22,7 +22,7 @@ jobs:
fi
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'zulu'
Expand Down

0 comments on commit a9e246f

Please sign in to comment.