Skip to content

Commit 1126b91

Browse files
renovate[bot]jackton1
authored andcommitted
chore(deps): update actions/checkout action to v4.1.4
1 parent 6aa33a2 commit 1126b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

+1-1
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.3
12+
- uses: actions/checkout@v4.1.4
1313
with:
1414
fetch-depth: 0
1515

.github/workflows/test.yml

+1-1
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.3
33+
- uses: actions/checkout@v4.1.4
3434
- name: Set up Python ${{ matrix.python-version }}
3535
uses: actions/setup-python@v5.1.0
3636
with:

0 commit comments

Comments
 (0)