diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 141352e5..69832ec2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install formatting dependencies run: | @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check for typos uses: crate-ci/typos@v1.34.0 @@ -50,7 +50,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Update Rust run: rustup update @@ -81,7 +81,7 @@ jobs: target: aarch64-unknown-none steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install toolchain run: | @@ -106,7 +106,7 @@ jobs: languages: ${{ steps.find-languages.outputs.languages }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Find languages id: find-languages @@ -131,7 +131,7 @@ jobs: LINK_CHECKED_LANGUAGES: '["en", "fa"]' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # We need the full history for build.sh below. @@ -202,7 +202,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/check-msgid-changes.yml b/.github/workflows/check-msgid-changes.yml index 0ec63ca1..31fd8e63 100644 --- a/.github/workflows/check-msgid-changes.yml +++ b/.github/workflows/check-msgid-changes.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fe0ac230..bb3dc860 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # We need the full history for build.sh below.