Skip to content

Commit

Permalink
ci: reference actions using tags (#4086)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jun 28, 2022
1 parent 4eea272 commit 8fccc46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Expand Up @@ -22,12 +22,12 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@main
- uses: actions/checkout@v3
with:
persist-credentials: false

- name: Use Node.js
uses: actions/setup-node@main
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links-check.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@main
uses: actions/checkout@v3
with:
persist-credentials: false

Expand Down

0 comments on commit 8fccc46

Please sign in to comment.