Skip to content

Commit

Permalink
Merge branch '__master__' into dependabot/pip/mkdocs-material-9.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vvssttkk authored Jan 22, 2024
2 parents 8b9f946 + ef05db5 commit 3905bc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'pip'

- name: caching
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: 'pip'

- name: caching
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: actions/checkout@v4

- name: run dependency review
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4

0 comments on commit 3905bc1

Please sign in to comment.