Skip to content

Commit

Permalink
chore(deps): update actions (non-major) to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-extensions-renovatebot[bot] committed Oct 25, 2024
1 parent 04b0f8f commit 9b331ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Set up Python 3.12 For Nox
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.12"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-tags: true

- name: Set up Python 3.10
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.10'

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
fetch-tags: true

- name: Set up Python 3.10
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.10'

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
fetch-tags: true

- name: Set up Python 3.10
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion data/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ actions/deploy-pages: 'd6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5'
actions/download-artifact: 'fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8'

# renovate: datasource=git-tags depName=https://github.com/actions/setup-python depType=action
actions/setup-python: 'f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0'
actions/setup-python: '0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0'

# renovate: datasource=git-tags depName=https://github.com/actions/upload-artifact depType=action
actions/upload-artifact: 'b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3'
Expand Down

0 comments on commit 9b331ea

Please sign in to comment.