diff --git a/.github/workflows/assign-issue-to-project.yml b/.github/workflows/assign-issue-to-project.yml index 7494737f4bf..d639c270277 100644 --- a/.github/workflows/assign-issue-to-project.yml +++ b/.github/workflows/assign-issue-to-project.yml @@ -12,5 +12,5 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - run: etc/scripts/actions/assign-issue-to-project.sh $GITHUB_REPOSITORY ${{ github.event.issue.number }} Backlog Triage diff --git a/.github/workflows/create-backport-issues.yml b/.github/workflows/create-backport-issues.yml index c9c103efa48..1799f105ffe 100644 --- a/.github/workflows/create-backport-issues.yml +++ b/.github/workflows/create-backport-issues.yml @@ -19,5 +19,5 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - run: etc/scripts/actions/create-backport-issues.sh $GITHUB_REPOSITORY ${{ github.event.inputs.issue }} ${{ github.event.inputs.version }}