2020            exit 1 
2121          fi 
2222
23-        - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3 .0
23+        - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0 .0
2424
25-       - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00   #  v4.7.1 
25+       - uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165   #  v5.0.0 
2626        with :
2727          distribution : temurin 
2828          java-version : 17 
6464
6565         #  check out main branch to verify there won't be problems with merging the change log
6666        #  at the end of this workflow
67-       - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3 .0
67+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0 .0
6868        with :
6969          ref : main 
7070
7676          fi 
7777
7878         #  back to the release branch
79-       - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3 .0
79+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0 .0
8080        with :
8181          #  tags are needed for the generate-release-contributors.sh script
8282          fetch-depth : 0 
@@ -128,7 +128,7 @@ jobs:
128128    steps :
129129      #  add change log sync (if any) into this PR since the apidiff update
130130      #  is required before any other PR can be merged anyway
131-       - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3 .0
131+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0 .0
132132
133133      - name : Copy change log section from release branch 
134134        env :
@@ -137,7 +137,7 @@ jobs:
137137          sed -n "0,/^## Version $VERSION /d;/^## Version /q;p" CHANGELOG.md \ 
138138            > /tmp/changelog-section.md 
139139
140-        - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3 .0
140+        - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0 .0
141141        with :
142142          ref : main 
143143
0 commit comments