Skip to content

Commit a4fc91b

Browse files
chore(deps): bump actions/checkout from 4 to 5
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>
1 parent d4f5305 commit a4fc91b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Ž.github/workflows/ci.ymlβ€Ž

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

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup Node
2020
uses: actions/setup-node@v4

β€Ž.github/workflows/codeql-analysis.ymlβ€Ž

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

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
# Initializes the CodeQL tools for scanning.
2121
- name: Initialize CodeQL

β€Ž.github/workflows/container.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout πŸ›’
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Packages πŸ“¦
3030
run: |
@@ -46,7 +46,7 @@ jobs:
4646
environment:
4747
name: development
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
#- uses: docker/build-push-action@v3
5151

5252
- name: Azure OpenID Connect ✨

0 commit comments

Comments
Β (0)