Skip to content

Commit

Permalink
Use latest v4 of GitHub Actions
Browse files Browse the repository at this point in the history
Following on from hazelcast/hz-docs#1316, all GitHub actions should use the latest `v4` rather than some hardcoded sub-version.
  • Loading branch information
JackPGreen authored Oct 7, 2024
1 parent 0ad8fbc commit 6bf37a7
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@v4.1.4
- uses: actions/checkout@v4
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@v4.1.4
- uses: actions/setup-node@v4.0.2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Check for broken internal links
Expand Down

0 comments on commit 6bf37a7

Please sign in to comment.