Skip to content

Commit e24050e

Browse files
authored
Merge pull request #6 from cicirello/dependabot/github_actions/main/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 605e971 + f8e73a8 commit e24050e

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

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

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

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

0 commit comments

Comments
 (0)