Skip to content

Commit f94aeaa

Browse files
authored
Merge pull request #11 from cicirello/dependabot/github_actions/main/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents a11fabb + 5585c57 commit f94aeaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v3
16+
- uses: actions/checkout@v4
1717

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

.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@v3
12+
- uses: actions/checkout@v4
1313

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

0 commit comments

Comments
 (0)