Skip to content

Commit 9ca392e

Browse files
authored
Merge pull request #16 from cicirello/dependabot/github_actions/main/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents cf601e9 + 18c235e commit 9ca392e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Setup Python
1919
uses: actions/setup-python@v5

.github/workflows/major-release-num.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- name: Get major version num and update tag
1515
run: |

0 commit comments

Comments
 (0)