File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 runs-on : ubuntu-latest
4141 container : kambi/castle-engine-cloud-builds-tools:cge-none
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 # Set env CASTLE_ENGINE_PATH following
4545 # https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
4646 # https://brandur.org/fragments/github-actions-env-vars-in-env-vars
8181 name : Build Using macOS
8282 runs-on : macos-15-intel
8383 steps :
84- - uses : actions/checkout@v5
84+ - uses : actions/checkout@v6
8585 - name : Install FPC
8686 run : brew install fpc
8787
@@ -131,7 +131,7 @@ jobs:
131131 runs-on : ubuntu-latest
132132 needs : [release]
133133 steps :
134- - uses : actions/checkout@v5
134+ - uses : actions/checkout@v6
135135 - name : Update Release Tag
136136 if : ${{ github.ref == 'refs/heads/master' }}
137137 run : |
You can’t perform that action at this time.
0 commit comments