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 .