Skip to content

Commit

Permalink
bump actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrutgers committed May 23, 2024
1 parent 9b2cf89 commit 97b1a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: bootstrap
run: |
dist/ubuntu/bootstrap.sh
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: bootstrap
run: |
dist/macos/bootstrap.sh
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: build
run: dist\win32\build.cmd

Expand Down

0 comments on commit 97b1a07

Please sign in to comment.