Skip to content

Commit ff769a8

Browse files
authored
Merge pull request #41 from kool-dev/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.4 to 2.4.0
2 parents 00a8408 + 7d2b830 commit ff769a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2.3.4
19+
uses: actions/checkout@v2.4.0
2020

2121
- name: Build
2222
run: |

.github/workflows/docker-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
docker-description:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.4
15+
- uses: actions/checkout@v2.4.0
1616

1717
- name: Sync Docker Hub Description
1818
uses: peter-evans/dockerhub-description@v2.4.3

0 commit comments

Comments
 (0)