diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 763418cc1..26da3ef23 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -20,7 +20,7 @@ jobs: apt install -y git - name: Checkout main - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dfa35e59..c7c618d44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: image: ghcr.io/elementary/docker:${{ matrix.version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Dependencies run: | apt update @@ -39,6 +39,6 @@ jobs: image: valalang/lint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Lint run: io.elementary.vala-lint -d . diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index 22db604a0..1ff5ce970 100644 --- a/.github/workflows/gettext.yml +++ b/.github/workflows/gettext.yml @@ -17,7 +17,7 @@ jobs: apt-get install git -y - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GIT_USER_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95bd2baa2..6d7591f77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: apt-get install git -y - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GIT_USER_TOKEN }}