Skip to content

Commit

Permalink
Update GitHub Action Versions (#1091)
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 12, 2024
1 parent c945c5b commit df06d0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4
- uses: actions/checkout@v4.1.5
with:
token: ${{ secrets.WORKFLOW_SECRET }}

Expand Down
2 changes: 1 addition & 1 deletion .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.4
uses: actions/checkout@v4.1.5

- name: Prepare - Inject short Variables
uses: rlespinasse/github-slug-action@v4.5.0
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.4
uses: actions/checkout@v4.1.5

- 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.4
uses: actions/checkout@v4.1.5

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

0 comments on commit df06d0f

Please sign in to comment.