Skip to content

Commit ada561c

Browse files
authored
Merge pull request #175 from dadoonet/dependabot/github_actions/dot-github/workflows/actions/checkout-5
Bump actions/checkout from 4 to 5 in /.github/workflows
2 parents e67757d + 3686505 commit ada561c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
packages: write
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
with:
1313
ref: ${{ github.head_ref }}
1414
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)