Skip to content

Commit 0c242e4

Browse files
chore(deps): update actions (non-major)
1 parent 6b09e10 commit 0c242e4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- name: Download Exit Status Files
6060
if: always()
61-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
61+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
6262
with:
6363
path: exitstatus
6464
pattern: exitstatus-*

.github/workflows/deploy-docs-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Download built docs
41-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
41+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
4242
with:
4343
name: ${{ inputs.artifact-name }}
4444
path: html-docs

.github/workflows/docs-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313

1414
- name: Set up Python 3.12 For Nox
15-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
15+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1616
with:
1717
python-version: "3.12"
1818

.github/workflows/test-action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-tags: true
2222

2323
- name: Set up Python 3.10
24-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
24+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2525
with:
2626
python-version: '3.10'
2727

@@ -82,7 +82,7 @@ jobs:
8282
fetch-tags: true
8383

8484
- name: Set up Python 3.10
85-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
85+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
8686
with:
8787
python-version: '3.10'
8888

@@ -147,7 +147,7 @@ jobs:
147147
fetch-tags: true
148148

149149
- name: Set up Python 3.10
150-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
150+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
151151
with:
152152
python-version: '3.10'
153153

data/versions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ actions/checkout: '11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2'
5050
actions/deploy-pages: 'd6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5'
5151

5252
# renovate: datasource=git-tags depName=https://github.com/actions/download-artifact depType=action
53-
actions/download-artifact: '95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1'
53+
actions/download-artifact: 'd3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0'
5454

5555
# renovate: datasource=git-tags depName=https://github.com/actions/setup-python depType=action
56-
actions/setup-python: '8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0'
56+
actions/setup-python: 'a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0'
5757

5858
# renovate: datasource=git-tags depName=https://github.com/actions/upload-artifact depType=action
5959
actions/upload-artifact: 'ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2'

0 commit comments

Comments
 (0)