diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c25020a..38122bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: # require it, FPC 3.2.0 is not enough. container: kambi/castle-engine-cloud-builds-tools:cge-none-fpc331 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: cd code-samples/ && make delphi_test: @@ -35,7 +35,7 @@ jobs: ] runs-on: ${{ matrix.host-label }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Delphi Build (Win32) run: cd code-samples/ && make all-delphi-win32 - name: Delphi Build (Win64)