Skip to content

Commit 0306d94

Browse files
committed
Bump actions/checkout
1 parent 41fd0ad commit 0306d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
beanstalkd-version: ["1.13", "1.12"]
1313
steps:
1414
- name: Check out repository
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out repository
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

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

0 commit comments

Comments
 (0)