Skip to content

Commit 3dd8f95

Browse files
authored
Merge pull request #73 from ome/dependabot/github_actions/actions-5f967e2fbc
Bump actions/checkout from 4.2.1 to 4.2.2 in the actions group
2 parents b4a01c4 + a8fa0a5 commit 3dd8f95

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/[email protected].1
28+
- uses: actions/[email protected].2
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Format
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/[email protected].1
24+
- uses: actions/[email protected].2
2525
with:
2626
fetch-depth: 0
2727
- uses: actions/setup-python@v5
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: [ubuntu-latest]
4747

4848
steps:
49-
- uses: actions/[email protected].1
49+
- uses: actions/[email protected].2
5050
with:
5151
fetch-depth: 0
5252

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout 🛎️
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].2
1515
with:
1616
persist-credentials: false
1717

0 commit comments

Comments
 (0)