Skip to content

Commit 0d70051

Browse files
chore(deps): update actions/checkout action to v5
1 parent f774393 commit 0d70051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Building base image
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v5
@@ -65,7 +65,7 @@ jobs:
6565
]
6666

6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
6969

7070
- name: Set up Python
7171
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)