Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Bump actions/checkout from 2.4.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.4.0...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2022
1 parent 2f29dd7 commit 5330f53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: Create tag
id: tag
uses: butlerlogic/[email protected]
Expand All @@ -29,7 +29,7 @@ jobs:
if: needs.tag.outputs.tag != ''
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: Setup Nodejs
uses: actions/setup-node@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: [12.x]
steps:
- name: Checkout code
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.1.0
- uses: actions/[email protected]
with:
path: ~/.npm
Expand All @@ -39,7 +39,7 @@ jobs:
node-version: [12.x]
steps:
- name: Checkout code
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.1.0
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 5330f53

Please sign in to comment.