Skip to content

Commit 3dd478f

Browse files
authored
Merge pull request #8 from FINTLabs/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 3 to 6
2 parents 240d738 + f45d32a commit 3dd478f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Git checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v6
1212

1313
- name: Setup .NET SDK
1414
uses: actions/setup-dotnet@v2

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Git checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
- name: Setup .NET Core SDK
1414
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)