Skip to content

Commit 10b4b0b

Browse files
authored
Merge pull request #36 from pnpm/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 5fa8980 + ae78e9a commit 10b4b0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- windows-latest
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626

2727
- name: Run the action
2828
uses: ./
@@ -51,7 +51,7 @@ jobs:
5151
- windows-latest
5252

5353
steps:
54-
- uses: actions/checkout@v2
54+
- uses: actions/checkout@v3
5555

5656
- name: Run the action
5757
uses: ./
@@ -107,7 +107,7 @@ jobs:
107107
- pnpm
108108
109109
steps:
110-
- uses: actions/checkout@v2
110+
- uses: actions/checkout@v3
111111

112112
- name: Run the action
113113
uses: ./

0 commit comments

Comments
 (0)