Skip to content

Commit 3ea7c87

Browse files
Copilotluzfcb
andcommitted
Update GitHub Actions versions in build-test.yml
Co-authored-by: luzfcb <[email protected]>
1 parent 8a1b03b commit 3ea7c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout do repositório
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v5
1919
with:
2020
submodules: recursive
2121

2222
- name: Configura python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.5"
2626
cache: pip

0 commit comments

Comments
 (0)