diff --git a/.changes/unreleased/Dependencies-20240722-194645.yaml b/.changes/unreleased/Dependencies-20240722-194645.yaml new file mode 100644 index 000000000..70ea43284 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240722-194645.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/checkout from 3 to 4" +time: 2024-07-22T19:46:45.00000Z +custom: + Author: dependabot[bot] + PR: 884 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b05fcb00d..a57e9a370 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -217,7 +217,7 @@ jobs: steps: - name: Check out the repository if: github.event_name != 'pull_request_target' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false @@ -225,7 +225,7 @@ jobs: # this is necessary for the `pull_request_target` event - name: Check out the repository (PR) if: github.event_name == 'pull_request_target' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }}