Skip to content

Commit aed55f2

Browse files
authored
Merge pull request #97 from kool-dev/dependabot/github_actions/actions/checkout-4.1.2
Bump actions/checkout from 4.1.1 to 4.1.2
2 parents 8bcb67a + 6aa4b8f commit aed55f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/[email protected].1
20+
uses: actions/[email protected].2
2121

2222
- name: Setup QEMU
2323
uses: docker/setup-qemu-action@v3

.github/workflows/docker-description.yml

+1-1
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/[email protected].1
15+
- uses: actions/[email protected].2
1616

1717
- name: Sync Docker Hub Description
1818
uses: peter-evans/[email protected]

0 commit comments

Comments
 (0)