Skip to content

Commit

Permalink
Upgrade other actions to latest releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianroberts committed Nov 6, 2024
1 parent 639a1ba commit 1880b7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

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

- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
continue-on-error: true
# This step may error out when run in a fork that doesn't have pages
# enabled - if this happens, run the rest but skip anything that
Expand All @@ -36,7 +36,7 @@ jobs:
# to subsequent steps, so we can condition on that.

- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'zulu'
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

steps:
- name: "Trigger gate-top"
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GATE_TOP_TOKEN }}
script: |
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,10 +11,10 @@ jobs:

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

- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'zulu'
Expand Down

0 comments on commit 1880b7b

Please sign in to comment.