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 Oct 27, 2024
1 parent 9987a06 commit b91d144
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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/[email protected].1
- uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2

- name: Prepare - Inject short Variables
uses: rlespinasse/[email protected]
Expand All @@ -28,7 +28,7 @@ jobs:
uses: docker/[email protected]

- name: Prepare - Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 18

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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare - Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Prepare - Setup QEMU
uses: docker/[email protected]
Expand All @@ -18,7 +18,7 @@ jobs:
uses: docker/[email protected]

- name: Prepare - Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 18

Expand Down
4 changes: 2 additions & 2 deletions .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/[email protected].1
uses: actions/[email protected].2

- name: Prepare - Inject short Variables
uses: rlespinasse/[email protected]
Expand All @@ -23,7 +23,7 @@ jobs:
uses: docker/[email protected]

- name: Prepare - Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 18

Expand Down

0 comments on commit b91d144

Please sign in to comment.