Skip to content

Commit e206475

Browse files
authored
Merge pull request #17 from dmarin-pixel/BCM-35807_git-helpers-bump-helpers-versions-to-avoid-node20-warnings
BCM-35807: GIT-HELPERS: bump helpers versions to avoid node20 warnings
2 parents 390242e + ba11334 commit e206475

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.x'
1818

0 commit comments

Comments
 (0)