Skip to content

Commit

Permalink
chore(deps): update actions (non-major) to v4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-extensions-renovatebot[bot] authored Oct 9, 2024
1 parent 061ceef commit a27ea07
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: exitstatus-${{ github.job }}
path: exitstatus
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Upload Logs
if: always()
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: runtests-${{ runner.os }}.log
path: artifacts/runtests-*.log
Expand All @@ -127,7 +127,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: exitstatus-${{ github.job }}
path: exitstatus
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Upload Logs
if: always()
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: runtests-${{ runner.os }}.log
path: artifacts/runtests-*.log
Expand All @@ -184,7 +184,7 @@ jobs:
- name: Upload Exit Status
if: always()
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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: 'f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0'

# renovate: datasource=git-tags depName=https://github.com/actions/upload-artifact depType=action
actions/upload-artifact: '604373da6381bf24206979c74d06a550515601b9 # v4.4.1'
actions/upload-artifact: '84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2'

# 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 a27ea07

Please sign in to comment.