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

Commit 375a326

Browse files
Bump actions/checkout from 2.4.0 to 3.1.0
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]>
1 parent b929c98 commit 375a326

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
- name: Create tag
1616
id: tag
1717
uses: butlerlogic/[email protected]
@@ -29,7 +29,7 @@ jobs:
2929
if: needs.tag.outputs.tag != ''
3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v3
3333
- name: Setup Nodejs
3434
uses: actions/setup-node@v1
3535
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: [12.x]
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2.4.0
16+
uses: actions/checkout@v3
1717
- uses: actions/[email protected]
1818
with:
1919
path: ~/.npm
@@ -39,7 +39,7 @@ jobs:
3939
node-version: [12.x]
4040
steps:
4141
- name: Checkout code
42-
uses: actions/checkout@v2.4.0
42+
uses: actions/checkout@v3
4343
- name: Install Node.js ${{ matrix.node-version }}
4444
uses: actions/[email protected]
4545
with:

0 commit comments

Comments
 (0)