Skip to content

Commit fb4dbf1

Browse files
authored
Merge pull request #43 from Open-Security-Mapping-Project/dependabot/github_actions/actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the actions group
2 parents 6a803af + bb7a9ab commit fb4dbf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: setup python
1515
run: |
1616
curl -SsL https://mise.run | bash > /dev/null
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
- name: Markdown linting
4242
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e
4343
with:
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252
- name: yaml lint
5353
uses: reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0
5454
with:

0 commit comments

Comments
 (0)