Skip to content

Commit 3cee3bb

Browse files
authored
Merge pull request #30 from acsone/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 2 to 5
2 parents c9f2a0c + aa1e541 commit 3cee3bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- "0.12.5"
1818
- "0.12.6.1"
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Set up Docker Buildx
2222
uses: docker/setup-buildx-action@v3
2323
- name: Login to ghcr.io

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- "0.12.5"
1717
- "0.12.6.1"
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v5
2020
- name: Install dependencies
2121
run: |
2222
pip install tox

0 commit comments

Comments
 (0)