Skip to content

Commit 1e5bb4f

Browse files
authored
Merge pull request #309 from orionrobots/dependabot/github_actions/actions/checkout-5.0.1
Bump actions/checkout from 5.0.0 to 5.0.1
2 parents e5dd214 + a2a20ef commit 1e5bb4f

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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@v5
15+
- uses: actions/checkout@v5.0.1
1616
- name: Fetch site artifact
1717
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.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@v5
13+
uses: actions/checkout@v5.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
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@v5
40+
- uses: actions/checkout@v5.0.1
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@v5
88+
- uses: actions/checkout@v5.0.1
8989

9090
- name: Check for workflow changes
9191
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
@@ -96,7 +96,7 @@ jobs:
9696
9797
# see https://github.com/mcdeck/netlify-cms-oauth-provider-php
9898
- name: Checkout the netlify-cms-oauth-provider-php
99-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
99+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
100100
with:
101101
repository: mcdeck/netlify-cms-oauth-provider-php
102102
path: netlify-cms-oauth-provider-php

0 commit comments

Comments
 (0)