diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d38228df..7d153351 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,7 +90,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: submodules: true path: '${{ env.ASUITE_SOURCE }}' @@ -131,7 +131,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 env: cache-name: cache-laz-v0.6.1 with: @@ -168,7 +168,7 @@ jobs: run: ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.dbg2mab }} ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.debug_file }} - name: Upload the Build Artifact - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.5.0 with: name: ASuite ${{ env.BUILD_MODE }} build - ${{ matrix.config.build-widgetset }} path: | diff --git a/.github/workflows/main_release.yml b/.github/workflows/main_release.yml index d6a65970..edbfe3a4 100644 --- a/.github/workflows/main_release.yml +++ b/.github/workflows/main_release.yml @@ -86,7 +86,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: submodules: true path: '${{ env.ASUITE_SOURCE }}' @@ -127,7 +127,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 env: cache-name: cache-laz-v0.6.1 with: @@ -164,7 +164,7 @@ jobs: run: ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.dbg2mab }} ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.debug_file }} - name: Upload the Build Artifact - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.5.0 with: name: ASuite ${{ env.BUILD_MODE }} build - ${{ matrix.config.build-widgetset }} path: |