From e59a9e635f3ab2580d33ee845e2f21417033a987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:38:43 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gettext.yml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index c66de86..0583fbd 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@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.GIT_USER_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90c3d3e..c5d41b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: image: ghcr.io/elementary/docker:${{ matrix.version }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Dependencies run: | apt update @@ -41,6 +41,6 @@ jobs: image: valalang/lint steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Lint run: io.elementary.vala-lint -d .