Skip to content

Commit 49b1e64

Browse files
committed
Update actions/checkout in GitHub Actions workflows to v3
1 parent c0766a0 commit 49b1e64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030

3131
- name: Install packages
3232
if: matrix.os == 'ubuntu-latest'
@@ -98,4 +98,3 @@ jobs:
9898
- name: Mark the job as unsuccessful
9999
run: exit 1
100100
if: "!success()"
101-

0 commit comments

Comments
 (0)