Skip to content

Commit 8cbef1c

Browse files
Bump actions/checkout from 4 to 5 (#108)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 acad40a commit 8cbef1c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-request-auto-merge:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Enable auto-merge for Pull Request
1919
run: |

.github/workflows/ci.yml

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

1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v4

.github/workflows/codeql-analysis.yml

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

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Initialize CodeQL
3131
uses: github/codeql-action/init@v3

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
role-session-name: GitHubActions
3939
aws-region: ${{ env.AWS_REGION }}
4040

41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242

4343
- name: Use Node.js ${{ matrix.node-version }}
4444
uses: actions/setup-node@v4
@@ -87,7 +87,7 @@ jobs:
8787
role-session-name: GitHubActions
8888
aws-region: ${{ env.AWS_REGION }}
8989

90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v5
9191

9292
- name: Use Node.js ${{ matrix.node-version }}
9393
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)