Skip to content

Commit a276925

Browse files
committed
Update actions/checkout action to v3.2.0
1 parent 5511fb2 commit a276925

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3.1.0
11+
uses: actions/checkout@v3.2.0
1212

1313
- name: auto label
1414
uses: RocketSurgeonsGuild/actions/[email protected]

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ${{ matrix.os }}
8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v3.1.0
82+
uses: actions/checkout@v3.2.0
8383
with:
8484
clean: 'false'
8585
fetch-depth: '0'

.github/workflows/draft-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3.1.0
22+
uses: actions/checkout@v3.2.0
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)