Skip to content

Commit

Permalink
Update to use action/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreymcgill committed May 9, 2024
1 parent cdc922c commit 807b968
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions guides/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: retypeapp/action-build@latest

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: retypeapp/action-build@latest
with:
Expand Down
4 changes: 2 additions & 2 deletions hosting/ftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: retypeapp/action-build@latest

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build documentation for GitHub Pages
uses: retypeapp/action-build@latest
Expand Down
4 changes: 2 additions & 2 deletions hosting/git-ftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: retypeapp/action-build@v1

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build documentation for GitHub Pages
uses: retypeapp/action-build@v1
Expand Down

0 comments on commit 807b968

Please sign in to comment.