Skip to content

Commit 5ff4486

Browse files
authored
Merge pull request #271 from opensanctions/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 7c9bd6a + ca3325a commit 5ff4486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- 5432:5432
3636

3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- name: Set up Python
4040
uses: actions/setup-python@v6
4141
with:
@@ -60,7 +60,7 @@ jobs:
6060
needs: build
6161
runs-on: ubuntu-latest
6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
- name: Set up Python
6565
uses: actions/setup-python@v6
6666
with:

0 commit comments

Comments
 (0)