Skip to content

Commit 2b0e465

Browse files
chore(deps): update actions/checkout action to v5
1 parent 0f6c2df commit 2b0e465

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: docker/setup-buildx-action@v3
1616
- run: docker-compose -f elastic-stack/docker-compose.yml build
1717
- run: docker-compose -f serilog/docker-compose.yml build

.github/workflows/update-copyright-years-in-license-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
run:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414
- uses: FantasticFiasco/action-update-license-year@v3

0 commit comments

Comments
 (0)