Skip to content

Commit

Permalink
Upgrade actions/checkout to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Oct 6, 2022
1 parent 7056e80 commit c9bd325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout vscode-ansible
uses: actions/checkout@v3
uses: actions/checkout@v3.1.0

- name: Install Task
uses: arduino/setup-task@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.1.0
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- name: Install Task
uses: arduino/setup-task@v1
with:
Expand Down

0 comments on commit c9bd325

Please sign in to comment.