diff --git a/.github/workflows/bump-bebytes-derive.yml b/.github/workflows/bump-bebytes-derive.yml index 7943b01..8c286d9 100644 --- a/.github/workflows/bump-bebytes-derive.yml +++ b/.github/workflows/bump-bebytes-derive.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.PA_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/bump-bebytes.yml b/.github/workflows/bump-bebytes.yml index 8f08a9f..1b2620b 100644 --- a/.github/workflows/bump-bebytes.yml +++ b/.github/workflows/bump-bebytes.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.PA_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/publish-crates.yml b/.github/workflows/publish-crates.yml index 8ae0f33..05272a4 100644 --- a/.github/workflows/publish-crates.yml +++ b/.github/workflows/publish-crates.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.PA_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 96d9bb7..2cf548d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,7 +18,7 @@ jobs: if: github.actor != 'actions-user' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Rust uses: dtolnay/rust-toolchain@stable with: diff --git a/.github/workflows/test-branch.yml b/.github/workflows/test-branch.yml index 3a02335..a53221e 100644 --- a/.github/workflows/test-branch.yml +++ b/.github/workflows/test-branch.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.inputs.branch || github.ref }} - name: Set up Rust