Skip to content

Commit 4f7a76f

Browse files
renovate[bot]jackton1
authored andcommitted
chore(deps): update actions/checkout action to v4.1.1
1 parent fe7a427 commit 4f7a76f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.1.0
12+
- uses: actions/checkout@v4.1.1
1313
with:
1414
fetch-depth: 0
1515

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.11'
3131

3232
steps:
33-
- uses: actions/checkout@v4.1.0
33+
- uses: actions/checkout@v4.1.1
3434
- name: Set up Python ${{ matrix.python-version }}
3535
uses: actions/setup-python@v4.7.1
3636
with:

0 commit comments

Comments
 (0)