diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6ff5c165a..84964d899 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -26,7 +26,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: "Update labels" uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0 diff --git a/doc/changelog.d/776.maintenance.md b/doc/changelog.d/776.maintenance.md new file mode 100644 index 000000000..8c3bacae2 --- /dev/null +++ b/doc/changelog.d/776.maintenance.md @@ -0,0 +1 @@ +Bump actions/checkout from 4.2.2 to 5.0.0 in the actions group