Skip to content

Commit e5df1fa

Browse files
chore(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#3251)
1 parent 20e5ffd commit e5df1fa

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

.github/workflows/cheatsheet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
1616
steps:
17-
- uses: actions/checkout@v3.2.0
17+
- uses: actions/checkout@v3.3.0
1818
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1919
- name: Set up Python 3.9
2020
uses: actions/setup-python@v1

.github/workflows/combine-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
combine-prs:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.2.0
9+
- uses: actions/checkout@v3.3.0
1010
with:
1111
fetch-depth: 0
1212
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

.github/workflows/publish_shacl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.2.0
14+
- uses: actions/checkout@v3.3.0
1515
with:
1616
fetch-depth: 0
1717
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
create-release-pr:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.2.0
14+
- uses: actions/checkout@v3.3.0
1515
with:
1616
fetch-depth: 0
1717
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

.github/workflows/test_deploy.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
style-check:
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v3.2.0
51+
- uses: actions/checkout@v3.3.0
5252
with:
5353
fetch-depth: 0
5454
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -100,7 +100,7 @@ jobs:
100100
docs-linux:
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: actions/checkout@v3.2.0
103+
- uses: actions/checkout@v3.3.0
104104
with:
105105
fetch-depth: 0
106106
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -145,7 +145,7 @@ jobs:
145145
mypy:
146146
runs-on: ubuntu-latest
147147
steps:
148-
- uses: actions/checkout@v3.2.0
148+
- uses: actions/checkout@v3.3.0
149149
with:
150150
fetch-depth: 0
151151
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -188,7 +188,7 @@ jobs:
188188
test-distro:
189189
runs-on: ubuntu-latest
190190
steps:
191-
- uses: actions/checkout@v3.2.0
191+
- uses: actions/checkout@v3.3.0
192192
with:
193193
fetch-depth: 0
194194
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -231,7 +231,7 @@ jobs:
231231
max-parallel: 3
232232
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
233233
steps:
234-
- uses: actions/checkout@v3.2.0
234+
- uses: actions/checkout@v3.3.0
235235
with:
236236
fetch-depth: 0
237237
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -302,7 +302,7 @@ jobs:
302302
max-parallel: 3
303303
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
304304
steps:
305-
- uses: actions/checkout@v3.2.0
305+
- uses: actions/checkout@v3.3.0
306306
with:
307307
fetch-depth: 0
308308
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -379,7 +379,7 @@ jobs:
379379
max-parallel: 3
380380
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
381381
steps:
382-
- uses: actions/checkout@v3.2.0
382+
- uses: actions/checkout@v3.3.0
383383
with:
384384
fetch-depth: 0
385385
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -456,7 +456,7 @@ jobs:
456456
max-parallel: 3
457457
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
458458
steps:
459-
- uses: actions/checkout@v3.2.0
459+
- uses: actions/checkout@v3.3.0
460460
with:
461461
fetch-depth: 0
462462
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -527,7 +527,7 @@ jobs:
527527
max-parallel: 3
528528
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
529529
steps:
530-
- uses: actions/checkout@v3.2.0
530+
- uses: actions/checkout@v3.3.0
531531
with:
532532
fetch-depth: 0
533533
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -565,7 +565,7 @@ jobs:
565565
max-parallel: 3
566566
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
567567
steps:
568-
- uses: actions/checkout@v3.2.0
568+
- uses: actions/checkout@v3.3.0
569569
with:
570570
fetch-depth: 0
571571
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -610,7 +610,7 @@ jobs:
610610
max-parallel: 3
611611
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
612612
steps:
613-
- uses: actions/checkout@v3.2.0
613+
- uses: actions/checkout@v3.3.0
614614
with:
615615
fetch-depth: 0
616616
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -654,7 +654,7 @@ jobs:
654654
max-parallel: 3
655655
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
656656
steps:
657-
- uses: actions/checkout@v3.2.0
657+
- uses: actions/checkout@v3.3.0
658658
with:
659659
fetch-depth: 0
660660
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -692,7 +692,7 @@ jobs:
692692
max-parallel: 3
693693
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
694694
steps:
695-
- uses: actions/checkout@v3.2.0
695+
- uses: actions/checkout@v3.3.0
696696
with:
697697
fetch-depth: 0
698698
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -789,7 +789,7 @@ jobs:
789789
max-parallel: 3
790790
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
791791
steps:
792-
- uses: actions/checkout@v3.2.0
792+
- uses: actions/checkout@v3.3.0
793793
with:
794794
fetch-depth: 0
795795
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -882,7 +882,7 @@ jobs:
882882
matrix: ${{fromJson(needs.set-matrix.outputs.matrix)}}
883883
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
884884
steps:
885-
- uses: actions/checkout@v3.2.0
885+
- uses: actions/checkout@v3.3.0
886886
with:
887887
fetch-depth: 0
888888
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -938,7 +938,7 @@ jobs:
938938
runs-on: ubuntu-latest
939939
if: "startsWith(github.ref, 'refs/tags/')"
940940
steps:
941-
- uses: actions/checkout@v3.2.0
941+
- uses: actions/checkout@v3.3.0
942942
with:
943943
fetch-depth: 0
944944
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -977,7 +977,7 @@ jobs:
977977
runs-on: ubuntu-latest
978978
if: "startsWith(github.ref, 'refs/tags/')"
979979
steps:
980-
- uses: actions/checkout@v3.2.0
980+
- uses: actions/checkout@v3.3.0
981981
with:
982982
fetch-depth: 0
983983
ref: "develop"
@@ -1005,7 +1005,7 @@ jobs:
10051005
test-macos-service,
10061006
]
10071007
steps:
1008-
- uses: actions/checkout@v3.2.0
1008+
- uses: actions/checkout@v3.3.0
10091009
with:
10101010
fetch-depth: 0
10111011
- name: build images
@@ -1035,7 +1035,7 @@ jobs:
10351035
]
10361036
if: startsWith(github.ref, 'refs/tags/')
10371037
steps:
1038-
- uses: actions/checkout@v3.2.0
1038+
- uses: actions/checkout@v3.3.0
10391039
with:
10401040
fetch-depth: 0
10411041
- name: set up environment variables

.github/workflows/test_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: [3.7]
1818
steps:
19-
- uses: actions/checkout@v3.2.0
19+
- uses: actions/checkout@v3.3.0
2020
with:
2121
fetch-depth: 0
2222
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
@@ -46,7 +46,7 @@ jobs:
4646
python-version: [3.7]
4747
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
4848
steps:
49-
- uses: actions/checkout@v3.2.0
49+
- uses: actions/checkout@v3.3.0
5050
with:
5151
fetch-depth: 0
5252
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

0 commit comments

Comments
 (0)