Skip to content

Commit 5f1fa89

Browse files
authored
Merge pull request #1967 from gitgitgadget/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 7423b6d + 5413eaf commit 5f1fa89

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)