Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 5, 2023
1 parent 8787908 commit ec80056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]') || github.event_name == 'workflow_dispatch'"
steps:
- name: Check out source code
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- name: Setup Node.js environment
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
Expand All @@ -35,7 +35,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Check out source code
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- name: Run action
id: action
Expand Down

0 comments on commit ec80056

Please sign in to comment.