Skip to content

Commit

Permalink
chore(deps): update actions (non-major) to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-extensions-renovatebot[bot] authored Dec 18, 2024
1 parent eaf4c52 commit 04b8ad4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: exitstatus-${{ github.job }}
path: exitstatus
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
nox --force-color -e docs
- name: Upload built docs as artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: html-docs
path: docs/_build/html
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: exitstatus-${{ github.job }}
path: exitstatus
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: exitstatus-${{ github.job }}
path: exitstatus
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Upload Logs
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: runtests-${{ runner.os }}.log
path: artifacts/runtests-*.log
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: exitstatus-${{ github.job }}
path: exitstatus
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Upload Logs
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: runtests-${{ runner.os }}.log
path: artifacts/runtests-*.log
Expand All @@ -115,7 +115,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: exitstatus-${{ github.job }}
path: exitstatus
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Upload Logs
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: runtests-${{ runner.os }}.log
path: artifacts/runtests-*.log
Expand All @@ -172,7 +172,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: exitstatus-${{ github.job }}
path: exitstatus
Expand Down
2 changes: 1 addition & 1 deletion data/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ actions/download-artifact: 'fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8'
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'
actions/upload-artifact: '6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0'

# renovate: datasource=git-tags depName=https://github.com/actions/upload-pages-artifact depType=action
actions/upload-pages-artifact: '56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1'
Expand Down

0 comments on commit 04b8ad4

Please sign in to comment.