Skip to content

Commit

Permalink
update checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 11, 2024
1 parent 2b59980 commit a96cd3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: ./actions/pdoc
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_tex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: ./actions/latex
with:
Expand Down
2 changes: 1 addition & 1 deletion actions/book/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download all artifacts
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
using: "composite"
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit a96cd3d

Please sign in to comment.