2727 exit 1
2828 fi
2929
30- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
30+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3131
3232 - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
3333 with :
7272
7373 # check out main branch to verify there won't be problems with merging the change log
7474 # at the end of this workflow
75- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
75+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7676 with :
7777 ref : main
7878
8484 fi
8585
8686 # back to the release branch
87- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
87+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
8888 with :
8989 # tags are needed for the generate-release-contributors.sh script
9090 fetch-depth : 0
@@ -136,7 +136,7 @@ jobs:
136136 steps :
137137 # add change log sync (if any) into this PR since the apidiff update
138138 # is required before any other PR can be merged anyway
139- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
139+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
140140
141141 - name : Copy change log section from release branch
142142 env :
@@ -145,7 +145,7 @@ jobs:
145145 sed -n "0,/^## Version $VERSION /d;/^## Version /q;p" CHANGELOG.md \
146146 > /tmp/changelog-section.md
147147
148- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
148+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
149149 with :
150150 ref : main
151151
0 commit comments