Skip to content

Commit 2dcf2d6

Browse files
Bump actions/checkout from 4 to 5 (#2364)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 242d65e commit 2dcf2d6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/jira_cloud_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: ["3.10"]
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
with:
4242
ref: ${{ github.event.inputs.ref }}
4343

.github/workflows/jira_server_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
jira-version: [8.17.1]
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
ref: ${{ github.event.inputs.ref }}
3232

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: python3 -m pip install --user "tox>=4.0.0"
3131

3232
- name: Check out src from Git
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 0 # needed by setuptools-scm
3636
submodules: true

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
sudo apt-get update -y
6767
sudo apt-get --assume-yes --no-install-recommends install -y apt-transport-https curl libkrb5-dev
6868
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070
with:
7171
fetch-depth: 0 # needed by setuptools-scm
7272
submodules: true
@@ -138,7 +138,7 @@ jobs:
138138

139139
steps:
140140
# checkout needed for codecov action which needs codecov.yml file
141-
- uses: actions/checkout@v4
141+
- uses: actions/checkout@v5
142142

143143
- name: Set up Python # likely needed for coverage
144144
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)