diff --git a/.github/workflows/ci-packages.yml b/.github/workflows/ci-packages.yml index 4df195e8..aaf71a0e 100644 --- a/.github/workflows/ci-packages.yml +++ b/.github/workflows/ci-packages.yml @@ -41,7 +41,7 @@ jobs: bun-cache-key: ${{ runner.os }}-bun steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Bun.js uses: oven-sh/setup-bun@v2 @@ -82,7 +82,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Configure Git run: | @@ -194,7 +194,7 @@ jobs: SCHEME: ${{ matrix.package-type == 'module' && 'TestModuleExample' || 'TestViewExample' }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Create working directory run: mkdir -p ${{ env.WORKING_DIR }} @@ -287,7 +287,7 @@ jobs: WORKING_DIR: ${{ github.workspace }}/react-native-test-${{ matrix.package-type }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Create working directory run: mkdir -p ${{ env.WORKING_DIR }} @@ -370,7 +370,7 @@ jobs: WORKING_DIR: ${{ github.workspace }}/react-native-test-${{ matrix.package-type }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Enable KVM (Android emulator) if: runner.os == 'Linux' @@ -460,7 +460,7 @@ jobs: WORKING_DIR: ${{ github.workspace }}/react-native-test-${{ matrix.package-type }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1dc1dd65..b4cb24fc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: run: working-directory: docs steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f1b8cd9..8c674d7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Bun.js