Skip to content

Commit

Permalink
ci: actions/checkout v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 9, 2023
1 parent 925319b commit 43dcbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
python-version: ['3.12']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Filter changed file paths to outputs
uses: dorny/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: ['3.8', '3.12']
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', 'master']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install poetry
run: pipx install "poetry==1.7.1"
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
python-version: ['3.12']

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

- name: Install poetry
run: pipx install "poetry==1.7.1"
Expand Down

0 comments on commit 43dcbbc

Please sign in to comment.