diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a64d5bc87d..090da31327 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: itchchannelname: ${{ steps.version.outputs.itchchannelname }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 lfs: true # We don't use LFS, but it adds no time, and leave it here in case we do at some point later @@ -234,7 +234,7 @@ jobs: df -h / - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true # We don't use LFS, but it adds no time, and leave it here in case we do at some point later @@ -587,7 +587,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 lfs: true # We don't use LFS, but it adds no time, and leave it here in case we do at some point later diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index f695e833d1..9655618693 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -12,7 +12,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4.7.0 - uses: actions/setup-dotnet@v3.2.0 with: