diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index a6770c9..158654a 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -39,7 +39,7 @@ jobs: fi - name: Checkout source at tag - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: ref: ${{ steps.tag.outputs.value }} submodules: recursive @@ -75,7 +75,7 @@ jobs: - name: Cache Theos id: theos-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: theos key: theos-linux-${{ env.IOS_SDK_VERSION }}-v3 @@ -172,7 +172,7 @@ jobs: cat release_notes.md - name: Publish release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.tag.outputs.value }} name: ${{ steps.tag.outputs.value }} diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 1da676b..0ef0eb2 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Bun @@ -67,7 +67,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: submodules: recursive @@ -89,7 +89,7 @@ jobs: - name: Cache Theos id: theos-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: theos key: theos-linux-${{ env.IOS_SDK_VERSION }}-v3