Skip to content

Commit

Permalink
Update checkout and github-script
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon authored and FPtje committed Apr 20, 2024
1 parent 9f03cc1 commit 3a77418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/glualint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: project

- name: Get GluaLint Download Link
id: download-link
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
retries: 5
script: |
Expand Down

0 comments on commit 3a77418

Please sign in to comment.