Skip to content

Commit

Permalink
actions/checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Sep 5, 2023
1 parent f58d8b6 commit 3412770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- '2020.11'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Mi6/Template.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- 'latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
Expand Down

0 comments on commit 3412770

Please sign in to comment.