Skip to content

Commit 67bde3a

Browse files
authored
Merge pull request #269 from orionrobots/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c0868ac + 4c46d95 commit 67bde3a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/on_call_build_site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
DOCKER_BUILDKIT: 1
1818
COMPOSE_DOCKER_CLI_BUILD: 1
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Set up Docker Buildx
2323
uses: docker/setup-buildx-action@v3

.github/workflows/on_call_staging_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
DOCKER_BUILDKIT: 1
1313
COMPOSE_DOCKER_CLI_BUILD: 1
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Fetch site artifact
1717
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
1818
with:

.github/workflows/on_pr_lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout source code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Check Changes
1616
id: changed-env
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout source code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Lint Code Base
3434
continue-on-error: true

.github/workflows/on_pr_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
outputs:
3838
changed: ${{ steps.changes.outputs.any_changed }}
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141

4242
- name: Check for base image related changes
4343
# tj-actions/changed-files v44.5.7

.github/workflows/on_push_to_master_test_and_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787

88-
- uses: actions/checkout@v4
88+
- uses: actions/checkout@v5
8989

9090
- name: Check for workflow changes
9191
# tj-actions/changed-files v44.5.7
@@ -97,7 +97,7 @@ jobs:
9797
9898
# see https://github.com/mcdeck/netlify-cms-oauth-provider-php
9999
- name: Checkout the netlify-cms-oauth-provider-php
100-
uses: actions/checkout@v4
100+
uses: actions/checkout@v5
101101
with:
102102
repository: mcdeck/netlify-cms-oauth-provider-php
103103
path: netlify-cms-oauth-provider-php

0 commit comments

Comments
 (0)