Skip to content

Commit 5413eaf

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bd3607 commit 5413eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
# Check out repo under sub-dir so other repo can be checked out
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
with:
5454
path: gitgitgadget
5555

@@ -90,7 +90,7 @@ jobs:
9090
if: env.GGG_SMTP_USER || env.GGG_SMTP_PASS || env.GGG_SMTP_HOST
9191

9292
# Check out github-glue.test.ts repo if configured for it
93-
- uses: actions/checkout@v4
93+
- uses: actions/checkout@v5
9494
with:
9595
repository: ${{ github.repository_owner }}/${{ env.GGG_REPOSITORY }}
9696
token: ${{ env.GGG_TOKEN }}

0 commit comments

Comments
 (0)