Skip to content

Commit dce51ca

Browse files
chore(deps): update actions/checkout action to v3.6.0
1 parent 1ada7a4 commit dce51ca

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/additional-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
release:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3.5.2
13+
- uses: actions/checkout@v3.6.0
1414
- uses: vweevers/additional-tags-action@v2

.github/workflows/release.draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525

26-
- uses: actions/checkout@v3.5.2
26+
- uses: actions/checkout@v3.6.0
2727
with:
2828
fetch-depth: '0'
2929

.github/workflows/sync.repo-content.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.repository != 'workflow-actions/blueprint-github-action'
1919
steps:
2020
# Step 1: run a standard checkout action, provided by github
21-
- uses: actions/checkout@v3.5.2
21+
- uses: actions/checkout@v3.6.0
2222
with:
2323
fetch-depth: '1'
2424
submodules: 'recursive'
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
# Step 1: run a standard checkout action, provided by github
40-
- uses: actions/checkout@v3.5.2
40+
- uses: actions/checkout@v3.6.0
4141
with:
4242
ref: ${{ env.REF }}
4343
fetch-depth: '1'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3.5.2
11+
- uses: actions/checkout@v3.6.0
1212

1313
- name: calculate date
1414
id: envs

0 commit comments

Comments
 (0)