Skip to content

Commit e7a3f64

Browse files
authored
Merge pull request #7 from brian-team/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 858a02d + 349b8e0 commit e7a3f64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v2

.github/workflows/pytest-ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Check out the repository
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212

1313
- name: Set up Python
1414
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)