Skip to content

Commit 960a058

Browse files
committed
Merge branch 'dependabot/github_actions/actions/checkout-6' of github.com:tycho/gloam
2 parents fb13242 + 411f46f commit 960a058

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- uses: dtolnay/rust-toolchain@stable
2121
with:

.github/workflows/update-bundled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- uses: dtolnay/rust-toolchain@stable
2222

0 commit comments

Comments
 (0)