Skip to content

Commit 1cae76d

Browse files
committed
Merge remote-tracking branches 'upstream/dependabot/pip/mkdocs-1.5.3', 'upstream/dependabot/github_actions/actions/checkout-4' and 'upstream/dependabot/github_actions/actions/cache-3.3.2' into viplab3.0-json
3 parents 77db838 + 2ceefb3 + 32d6aac commit 1cae76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Setup Python
1515
uses: actions/setup-python@v4
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "::set-output name=dir::$(pip cache dir)"
2727

2828
- name: Cache dependencies
29-
uses: actions/[email protected].1
29+
uses: actions/[email protected].2
3030
with:
3131
path: ${{ steps.pip-cache.outputs.dir }}
3232
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)