diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1938f25b..2a1605927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3 with: @@ -40,7 +40,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3 with: @@ -68,7 +68,7 @@ jobs: - ember-lts-4.12 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3 with: diff --git a/.github/workflows/gravity.yml b/.github/workflows/gravity.yml index 337c78787..098f574c6 100644 --- a/.github/workflows/gravity.yml +++ b/.github/workflows/gravity.yml @@ -14,7 +14,7 @@ jobs: name: Run Gravity runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: volta-cli/action@d253558a6e356722728a10e9a469190de21a83ef # v4 - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3 with: diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index c0d26bc39..bdf60a88f 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -24,7 +24,7 @@ jobs: command: ${{ steps.check-release.outputs.command }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: "master" @@ -49,7 +49,7 @@ jobs: if: (github.event_name == 'push' && needs.check-plan.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true) steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # We need to download lots of history so that # github-changelog can discover what's changed since the last release with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c0c9e6847..9f6741651 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: command: ${{ steps.check-release.outputs.command }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: "master" @@ -45,7 +45,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - run: pnpm install --frozen-lockfile - name: Set publishing config