Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2025
1 parent eca4f5e commit 46cb8ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/setup-qemu-action@v3.2.0

- name: Prepare - Setup Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0

- name: Prepare - Setup Node
uses: actions/setup-node@v4.1.0
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Test - Upload Playwright Artifacts
if: always()
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: playwright-report
path: tools/e2e/playwright-report/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/make-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: docker/setup-qemu-action@v3.2.0

- name: Prepare - Setup Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0

- name: Prepare - Setup Node
uses: actions/setup-node@v4.1.0
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Test - Upload Playwright Artifacts
if: always()
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: snapshots
path: tools/e2e/snapshots/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-qemu-action@v3.2.0

- name: Prepare - Setup Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0

- name: Prepare - Setup Node
uses: actions/setup-node@v4.1.0
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Test - Upload Playwright Artifacts
if: always()
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: playwright-report
path: tools/e2e/playwright-report/
Expand Down

0 comments on commit 46cb8ea

Please sign in to comment.