Skip to content

Commit

Permalink
Switch to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 29, 2023
1 parent 2a7f457 commit 84bfaaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
# the order of the checkout actions is important because all contents of
# the target folder of the checkout action is removed
- name: "Clone the Example package"
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: gap-packages/example
- name: "Check out this repository"
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: this-action/
- uses: gap-actions/setup-gap@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: gap-actions/setup-gap@v2
- uses: gap-actions/build-pkg@v1
- uses: gap-actions/run-pkg-tests@v2
Expand Down

0 comments on commit 84bfaaa

Please sign in to comment.