Skip to content

Commit 8ed5561

Browse files
Bump actions/checkout from 2 to 3 (#2225)
Bumps https://github.com/actions/checkout from 2 to 3. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02a4fa9 commit 8ed5561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Test
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Preparar Python v3.11
1616
uses: actions/setup-python@v2
1717
with:

0 commit comments

Comments
 (0)