Skip to content

Commit d2858a1

Browse files
Bump actions/checkout from 4 to 5 in the actions-deps group
Bumps the actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d3f1c5 commit d2858a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Run all checks
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: DeterminateSystems/determinate-nix-action@v3
1616
- uses: DeterminateSystems/flakehub-cache-action@main
1717
- name: Install pnpm dependencies

.github/workflows/update-downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GH_TOKEN: ${{ secrets.detsys_pr_bot_token }} # for `gh pr create`
4141
steps:
4242
- name: Check out detsys-ts
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
path: current
4646
token: ${{ env.GH_TOKEN }}
@@ -53,7 +53,7 @@ jobs:
5353
echo "msg=${MSG}" >> $GITHUB_OUTPUT
5454
5555
- name: Check out ${{ env.TARGET_REPO }}
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
path: target
5959
repository: ${{ env.TARGET_REPO }}

0 commit comments

Comments
 (0)