File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 runs-on : ubuntu-latest
4343 container : kambi/castle-engine-cloud-builds-tools:cge-none
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646 # Set env CASTLE_ENGINE_PATH following
4747 # https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
4848 # https://brandur.org/fragments/github-actions-env-vars-in-env-vars
9999 name : Build Using macOS
100100 runs-on : macos-15-intel
101101 steps :
102- - uses : actions/checkout@v5
102+ - uses : actions/checkout@v6
103103 - name : Install FPC
104104 run : brew install fpc
105105
@@ -161,7 +161,7 @@ jobs:
161161 runs-on : ubuntu-latest
162162 needs : [release]
163163 steps :
164- - uses : actions/checkout@v5
164+ - uses : actions/checkout@v6
165165 - name : Update Release Tag
166166 if : ${{ github.ref == 'refs/heads/master' }}
167167 run : |
You can’t perform that action at this time.
0 commit comments