Skip to content

Commit 4017222

Browse files
authored
Merge pull request #44 from zarr-developers/dependabot/github_actions/actions-3f8b52ffcc
chore(deps): bump the actions group with 3 updates
2 parents 142e886 + c63cb3c commit 4017222

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
if:
1010
startsWith(github.ref, 'refs/tags')
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Set up Python
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.x"
1717
- name: Set up poetry

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v4
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.x
1616
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
17-
- uses: actions/cache@v3
17+
- uses: actions/cache@v4
1818
with:
1919
key: mkdocs-material-${{ env.cache_id }}
2020
path: .cache

0 commit comments

Comments
 (0)