Skip to content

Commit

Permalink
Updated action versions (#153)
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 Feb 23, 2024
1 parent 5892858 commit 968110d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/checkout@v2
- uses: actions/checkout@v4.1.1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.ACTION_UPDATER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
with:
node-version: 16
- name: Check for broken internal links
Expand Down

0 comments on commit 968110d

Please sign in to comment.