diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d7ec925cc..3446716d5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Platform metadata id: platform diff --git a/.github/workflows/sync_upstream.yml b/.github/workflows/sync_upstream.yml index fc5fd3579..874390305 100644 --- a/.github/workflows/sync_upstream.yml +++ b/.github/workflows/sync_upstream.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: setup config run: | git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"