Skip to content

Commit d824495

Browse files
committed
Update actions/checkout in GitHub Actions workflows to v4
1 parent a366ffc commit d824495

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
container: docker.io/library/debian:sid
1414
steps:
1515
- name: Checkout Source
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
- name: Update repository
1818
run: apt-get update -y
1919
- name: Install the basic dev packages
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout Source
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
3232
- name: Update repository
3333
run: sudo apt-get update -y
3434
- name: Install the basic dev packages

0 commit comments

Comments
 (0)