Skip to content

Commit

Permalink
Update GitHub Action Versions (#1094)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SebastianStehle and github-actions[bot] committed May 26, 2024
1 parent 2c2ac55 commit f006ec4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
with:
token: ${{ secrets.WORKFLOW_SECRET }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare - Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Prepare - Inject short Variables
uses: rlespinasse/github-slug-action@v4.5.0
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Test - Upload Screenshots
if: failure()
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.3
with:
path: |
tools/TestSuite/TestSuite.ApiTests/bin/Debug/net8.0/screenshots/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare - Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Prepare - Setup QEMU
uses: docker/setup-qemu-action@v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare - Checkout
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Prepare - Inject short Variables
uses: rlespinasse/github-slug-action@v4.5.0
Expand Down

0 comments on commit f006ec4

Please sign in to comment.