Skip to content

Commit

Permalink
Merge pull request #1032 from SpiNNakerManchester/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
dkfellows authored Sep 4, 2023
2 parents 2a9c9b0 + a675a18 commit fcbf706
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Minimum Java version!
java: [11]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
matrix:
java: [11, 14, 17]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
matrix:
java: [11, 14]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
Expand All @@ -133,7 +133,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Set up node cache"
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
SITE_DIR: target/staging

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Set up node cache"
uses: actions/[email protected]
with:
Expand Down

0 comments on commit fcbf706

Please sign in to comment.