Skip to content

Commit

Permalink
Update actions/checkout in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Sep 9, 2024
1 parent a9a376a commit bb51984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: qligier/[email protected]
```
Expand All @@ -53,7 +53,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: qligier/[email protected]
with:
ig-publisher: "1.3.5"
Expand All @@ -71,7 +71,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: qligier/[email protected]
working-directory: ./folder/my-ig # This will use ./folder/my-ig/ig.ini
```
Expand Down

0 comments on commit bb51984

Please sign in to comment.