diff --git a/.github/workflows/cache_cleaner.yml b/.github/workflows/cache_cleaner.yml index 4841e32f41..57254d2be6 100644 --- a/.github/workflows/cache_cleaner.yml +++ b/.github/workflows/cache_cleaner.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Cleanup PR caches if: github.event_name != 'workflow_dispatch' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14e8de1f91..91a07ef56e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: GRPC_ENABLE_FORK_SUPPORT: false # See #3434 steps: - name: "Install Git and checkout project" - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: "Login in Github container registry" uses: docker/login-action@v3.3.0 @@ -360,7 +360,7 @@ jobs: steps: - name: "Install Git and checkout project" - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Get event type and user to check permissions. id: get_user @@ -415,7 +415,7 @@ jobs: steps: - name: "Install Git and checkout project" - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: "Login in Github container registry" uses: docker/login-action@v3.3.0 @@ -599,7 +599,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: "Install Git and checkout project" - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - uses: tspascoal/get-user-teams-membership@v3 id: is_organization_member @@ -646,7 +646,7 @@ jobs: steps: - name: "Install Git and checkout project" - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} @@ -777,7 +777,7 @@ jobs: steps: - name: "Install Git and checkout project" - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} @@ -872,7 +872,7 @@ jobs: ON_LOCAL: TRUE steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 # Skipping because it is installed locally. # - name: Setup Python @@ -1029,7 +1029,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: "Set up Julia" uses: julia-actions/setup-julia@v2 with: diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 66348b684f..0f52899bbc 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -21,7 +21,7 @@ jobs: name: Syncer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml index 285e0fe889..bbe761fd11 100644 --- a/.github/workflows/linkchecker.yml +++ b/.github/workflows/linkchecker.yml @@ -31,7 +31,7 @@ jobs: SHELLOPTS: "errexit:pipefail" steps: - name: "Install Git and checkout project" - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: "Login in Github container registry" uses: docker/login-action@v3.3.0 diff --git a/doc/changelog.d/3521.maintenance.md b/doc/changelog.d/3521.maintenance.md new file mode 100644 index 0000000000..0537b3a289 --- /dev/null +++ b/doc/changelog.d/3521.maintenance.md @@ -0,0 +1 @@ +ci: bump actions/checkout from 4.2.1 to 4.2.2 in the actions group \ No newline at end of file