Skip to content

Commit b9c9863

Browse files
Merge pull request #78 from andrewferrier/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2 parents 767fd22 + 69f3cef commit b9c9863

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unittest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v3
1616
with:
@@ -27,7 +27,7 @@ jobs:
2727
# matrix:
2828
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2929
# steps:
30-
# - uses: actions/checkout@v3
30+
# - uses: actions/checkout@v4
3131
# - name: Set up Python ${{ matrix.python-version }}
3232
# uses: actions/setup-python@v3
3333
# with:

.github/workflows/update-readme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update_readme:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Get help
1414
uses: mathiasvr/command-output@v2.0.0
1515
id: vars

0 commit comments

Comments
 (0)