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 f244daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

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

- name: Setup Pages
uses: actions/configure-pages@v2
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

0 comments on commit f244daf

Please sign in to comment.