Skip to content

Commit 1aedaa6

Browse files
authored
Merge pull request #473 from ReproNim/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 1 to 4
2 parents 41d2eba + 59f49f3 commit 1aedaa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publishdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout master
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v4
1414

1515
- name: Deploy docs
1616
uses: mhausenblas/mkdocs-deploy-gh-pages@master

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v5
2121
with:

0 commit comments

Comments
 (0)