Skip to content

Commit

Permalink
bump to v4 of checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Dec 12, 2024
1 parent 4b09646 commit 6c01aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- '3.1.2'
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- '1.19'
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3

Check failure on line 55 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / actionlint

the runner of "actions/setup-go@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- '3.1.2'
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3

Check failure on line 89 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / actionlint

the runner of "actions/setup-go@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue
with:
Expand Down

0 comments on commit 6c01aed

Please sign in to comment.