4747 second_latest_tag : ${{ env.second_latest_tag }}
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v3
50+ uses : actions/checkout@v4
5151 with :
5252 fetch-depth : 0
5353 - name : Set current tag, latest (highest version) tag, and second latest tag
@@ -103,7 +103,7 @@ jobs:
103103 echo "latest_tag=${{ needs.release_type.outputs.latest_tag }}" >> $GITHUB_ENV
104104 echo "second_latest_tag=${{ needs.release_type.outputs.second_latest_tag }}" >> $GITHUB_ENV
105105 - name : Checkout
106- uses : actions/checkout@v3
106+ uses : actions/checkout@v4
107107 with :
108108 fetch-depth : 0
109109 - name : Set versioning variables
@@ -116,7 +116,7 @@ jobs:
116116 echo "Versioned formula file: ${{ env.versioned_formula_file }}"
117117 echo "Versioned classname: ${{ env.versioned_classname }}"
118118 - name : Checkout Homebrew tap
119- uses : actions/checkout@v3
119+ uses : actions/checkout@v4
120120 with :
121121 repository : sourcegraph/homebrew-src-cli
122122 fetch-depth : 0
@@ -171,7 +171,7 @@ jobs:
171171 run : |
172172 echo "Goreleaser config file: ${{ env.config_file }}"
173173 - name : Checkout
174- uses : actions/checkout@v3
174+ uses : actions/checkout@v4
175175 with :
176176 fetch-depth : 0
177177 - name : Set up Go
@@ -220,7 +220,7 @@ jobs:
220220 echo "Old symlink: ${{ env.old_symlink_name }}"
221221 echo "New symlink: ${{ env.new_symlink_name }}"
222222 - name : Checkout Homebrew tap
223- uses : actions/checkout@v3
223+ uses : actions/checkout@v4
224224 with :
225225 repository : sourcegraph/homebrew-src-cli
226226 fetch-depth : 0
@@ -241,7 +241,7 @@ jobs:
241241 needs : goreleaser
242242 steps :
243243 - name : Checkout
244- uses : actions/checkout@v3
244+ uses : actions/checkout@v4
245245 with :
246246 fetch-depth : 0
247247 - uses : actions/setup-node@v4
0 commit comments