Skip to content

Commit d12b9b4

Browse files
committed
Trying actions/checkout@v4
1 parent bfb0325 commit d12b9b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-tpls.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
submodules: recursive
27+
token: ${{ secrets.GITHUB_TOKEN }}
2728

2829
- name: Log into registry ${{ env.REGISTRY }}
2930
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)