Skip to content

Commit e28b856

Browse files
Update workflow (#45)
* Update sync.yml * Update integration.yml
1 parent 1c11574 commit e28b856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
USE_LOCAL_VERSIONS_JSON: 1
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

2222
# We set LF endings so that the Windows environment is consistent with the rest
2323
# See here for context: https://github.com/actions/checkout/issues/135

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
with:
1313
# Otherwise the token used is the GITHUB_TOKEN instead of personal
1414
persist-credentials: false

0 commit comments

Comments
 (0)