We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7423b6d + 5413eaf commit 5f1fa89Copy full SHA for 5f1fa89
.github/workflows/build-and-test.yml
@@ -49,7 +49,7 @@ jobs:
49
50
steps:
51
# Check out repo under sub-dir so other repo can be checked out
52
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
53
with:
54
path: gitgitgadget
55
@@ -90,7 +90,7 @@ jobs:
90
if: env.GGG_SMTP_USER || env.GGG_SMTP_PASS || env.GGG_SMTP_HOST
91
92
# Check out github-glue.test.ts repo if configured for it
93
94
95
repository: ${{ github.repository_owner }}/${{ env.GGG_REPOSITORY }}
96
token: ${{ env.GGG_TOKEN }}
0 commit comments