Skip to content

Commit

Permalink
chore(deps): update all non-major github actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 03f37cd commit 804b462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git checkout ${GITHUB_REF#refs/heads/} || true
cd ../hivemq-edge
- name: Setup Java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
with:
distribution: 'adopt'
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/etherip-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
repository: 'ornl-epics/etherip'
- name: Setup Java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
with:
distribution: 'adopt'
java-version: '11'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/frontend-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: pnpm run build

- name: Upload artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: application
path: hivemq-edge/src/frontend/dist
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
# after the test run completes store videos
- name: 💾 Upload Component videos
if: failure()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: cypress-component-videos
path: hivemq-edge/src/frontend/cypress/videos
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
quiet: false
- name: 💾 Upload E2E videos
if: failure()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: cypress-e2e-videos
path: hivemq-edge/src/frontend/cypress/videos
Expand Down

0 comments on commit 804b462

Please sign in to comment.