Skip to content

Commit 48eb2ff

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update actions/checkout action to v3.0.1
1 parent 9f5192f commit 48eb2ff

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/close-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/[email protected].0
18+
uses: actions/[email protected].1
1919
with:
2020
fetch-depth: 0
2121

.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/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/sync-labels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121

2222
- name: Checkout tools repo
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
repository: RocketSurgeonsGuild/.github
2626
path: .rsg

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
- run: |
1515
npm install
1616
npm run all

.github/workflows/update-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
with:
1919
ref: ${{ github.sha }}
2020
fetch-depth: 0

0 commit comments

Comments
 (0)