Skip to content

Commit 731acba

Browse files
Update actions/checkout action to v4.1.6
1 parent c3eda11 commit 731acba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/[email protected].5
15+
- uses: actions/[email protected].6
1616
- name: Set up Docker Buildx
1717
uses: docker/[email protected]
1818
- name: Build and push Docker image
@@ -33,7 +33,7 @@ jobs:
3333
needs: [build]
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/[email protected].5
36+
- uses: actions/[email protected].6
3737
- uses: actions/[email protected]
3838
with:
3939
name: image

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/[email protected].5
17+
uses: actions/[email protected].6
1818
with:
1919
fetch-depth: 2
2020
- name: Initialize CodeQL

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/[email protected].5
10+
- uses: actions/[email protected].6
1111
- name: FOSSA analysis
1212
run: |
1313
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash -s -- -b .

0 commit comments

Comments
 (0)