Skip to content

Commit

Permalink
Updated action versions (#157)
Browse files Browse the repository at this point in the history
Review updated action versions

Co-authored-by: serdaro <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Serdaro and github-actions[bot] authored Apr 29, 2024
1 parent 25722f7 commit 6695c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.ACTION_UPDATER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- uses: actions/[email protected]
with:
node-version: 16
Expand Down

0 comments on commit 6695c14

Please sign in to comment.