Skip to content

Commit e02ff1f

Browse files
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ba0b46 commit e02ff1f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build-ci.yaml

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

1616
steps:
1717
- name: Pull Yaru
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Check sources structure
2121
run: |

.github/workflows/build-deb.yaml

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

1717
steps:
1818
- name: Checkout Yaru code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Build debian packages and sources
2222
uses: canonical/desktop-engineering/gh-actions/common/build-debian@main

.github/workflows/open-pr-on-changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
]
8484
steps:
8585
# Checkout code
86-
- uses: actions/checkout@v5
86+
- uses: actions/checkout@v6
8787
- name: Download from ${{ matrix.buildenv.repo }}, on branch ${{ matrix.buildenv.upstreambranch }}
8888
id: checknewupstream
8989
run: |

.github/workflows/open-pr-on-icons-changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
]
175175
steps:
176176
# Checkout code
177-
- uses: actions/checkout@v5
177+
- uses: actions/checkout@v6
178178
- name: Download from ${{ matrix.buildenv.repo }}, on branch ${{ matrix.buildenv.upstreambranch }}
179179
id: checknewupstream
180180
run: |

.github/workflows/open-pr-on-optimized-symbolic-icons-changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout Yaru code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Setup common variables
2323
id: env

.github/workflows/open-pr-on-rendered-icons-changed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Yaru code
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
persist-credentials: true

.github/workflows/track-lp-issues.yaml

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

1515
steps:
1616
# Checkout code
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
- name: Install Python 3
1919
uses: actions/[email protected]
2020
- uses: canonical/desktop-engineering/gh-actions/common/dpkg-install-speedup@main

0 commit comments

Comments
 (0)