We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a366ffc commit d824495Copy full SHA for d824495
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
container: docker.io/library/debian:sid
14
steps:
15
- name: Checkout Source
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
17
- name: Update repository
18
run: apt-get update -y
19
- name: Install the basic dev packages
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
30
31
32
33
run: sudo apt-get update -y
34
0 commit comments