Skip to content

Commit

Permalink
ci: Bump the github-actions group with 3 updates (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent d2c3303 commit 08cb0e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dynamic-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: "3.10"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: 3.11

Expand All @@ -66,7 +66,7 @@ jobs:
nox
- name: Upload request cache
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: requests-cache
path: http_cache.sqlite
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -118,7 +118,7 @@ jobs:
nox --version
- name: Download request cache
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: requests-cache

Expand Down

0 comments on commit 08cb0e0

Please sign in to comment.