diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 8ab807bb..a9b6734e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -140,7 +140,7 @@ jobs: steps: - name: "Install Git and checkout project" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Login in Github Container registry" uses: docker/login-action@v3.6.0 @@ -278,7 +278,7 @@ jobs: LIBGL_ALWAYS_SOFTWARE: 1 steps: - name: "Install Git and checkout project" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Login in Github container registry" uses: docker/login-action@v3.6.0 diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 6f95f260..111c2951 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -20,7 +20,7 @@ jobs: name: "Syncer" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/changelog.d/581.miscellaneous.md b/doc/changelog.d/581.miscellaneous.md new file mode 100644 index 00000000..94311fdd --- /dev/null +++ b/doc/changelog.d/581.miscellaneous.md @@ -0,0 +1 @@ +Maint: bump actions/checkout from 5 to 6 in the actions group