Skip to content

Commit e439a01

Browse files
authored
Merge pull request #107 from DeterminateSystems/dependabot/github_actions/actions-deps-a331d3ec2d
Bump actions/checkout from 4 to 5 in the actions-deps group
2 parents 6d3f1c5 + d2858a1 commit e439a01

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)