Skip to content

Commit b9f10f8

Browse files
Bump actions/checkout from 6 to 7 (#947)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 5f6c167 commit b9f10f8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
image: ghcr.io/elementary/docker:${{ matrix.version }}
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
- name: Install Dependencies
2626
run: |
2727
apt update
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v6
57+
uses: actions/checkout@v7
5858

5959
- name: Build
6060
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.7
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: Checkout
80-
uses: actions/checkout@v6
80+
uses: actions/checkout@v7
8181

8282
- name: Lint
8383
run: io.elementary.vala-lint -d .

.github/workflows/flatpak-x-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
1414
env:
1515
GIT_AUTHOR_NAME: elementaryBot

.github/workflows/gettext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
apt-get install git jq python3-git -y
1818
1919
- name: Clone repository
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
token: ${{ secrets.GIT_USER_TOKEN }}
2323

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

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

2121
- name: Release
2222
uses: elementary/actions/release@main
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v7
5353

5454
- name: Build
5555
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.7

0 commit comments

Comments
 (0)