Skip to content

Commit

Permalink
Update GitHub Action Versions (#1019)
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] authored Aug 31, 2023
1 parent cd59f96 commit 82f6cd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
with:
token: ${{ secrets.WORKFLOW_SECRET }}

- name: Check for Update
uses: saadmk11/github-actions-version-updater@v0.7.4
uses: saadmk11/github-actions-version-updater@v0.8.1
with:
token: ${{ secrets.WORKFLOW_SECRET }}
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@v3.5.3
uses: actions/checkout@v3.6.0

- name: Prepare - Inject short Variables
uses: rlespinasse/[email protected]
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/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Prepare - Inject short Variables
uses: rlespinasse/[email protected]
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
path: ./CHANGELOG.md

- name: Release - Publish Binaries
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
with:
allowUpdates: true
artifactErrorsFailBuild: true
Expand Down

0 comments on commit 82f6cd3

Please sign in to comment.