Skip to content

Commit c46efed

Browse files
author
davops
committed
ci: update github actions versions
1 parent b815e70 commit c46efed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sample-app-docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
version: [6, 7, 8]
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- uses: actions/setup-dotnet@v3
12+
- uses: actions/checkout@v5
13+
- uses: actions/setup-dotnet@v4
1414
with:
1515
dotnet-version: ${{ matrix.version }}.x
1616
- run: dotnet tool install -g Amazon.Lambda.Tools

0 commit comments

Comments
 (0)