Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit bc829c1

Browse files
authored
Merge pull request #165 from redhat-appstudio/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 8f9333a + 0f4df8b commit bc829c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/size-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Size label
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
- name: Install hub

0 commit comments

Comments
 (0)