Skip to content

Commit d172ae5

Browse files
chore(deps): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fbb60f commit d172ae5

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
checks:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- uses: Screenly/edge-apps-actions/checks@v1

.github/workflows/initialize-edge-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
environment: ${{ inputs.environment }}
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
with:
3434
ref: main
3535
- uses: Screenly/edge-apps-actions/initialize@v1

.github/workflows/initialize-rss-reader-app.yml

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

5959
steps:
6060
- name: Checkout Repository
61-
uses: actions/checkout@v6
61+
uses: actions/checkout@v7
6262
with:
6363
ref: main
6464

.github/workflows/update-edge-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.ref == 'refs/heads/main'
1818
environment: stage
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
- uses: Screenly/edge-apps-actions/update@v1
2222
with:
2323
screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN }}
@@ -30,7 +30,7 @@ jobs:
3030
if: startsWith(github.ref, 'refs/tags/v')
3131
environment: production
3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
- uses: Screenly/edge-apps-actions/update@v1
3535
with:
3636
screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN }}

.github/workflows/update-rss-reader-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
manifest_file_name: ${{ steps.set-env.outputs.manifest_file_name }}
5454

5555
steps:
56-
- uses: actions/checkout@v6
56+
- uses: actions/checkout@v7
5757

5858
- name: Set environment
5959
id: set-env
@@ -116,7 +116,7 @@ jobs:
116116
SCREENLY_API_TOKEN: ${{ secrets.SCREENLY_API_TOKEN }}
117117

118118
steps:
119-
- uses: actions/checkout@v6
119+
- uses: actions/checkout@v7
120120

121121
- name: Setup yq
122122
uses: ./.github/actions/setup-yq

0 commit comments

Comments
 (0)