Skip to content

Commit b7312bc

Browse files
committed
ci: Upgrade to actions/checkout@v3
1 parent ff57df1 commit b7312bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/production.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
uses: FranzDiebold/github-env-vars-action@v2
1818

1919
- name: Shallow clone code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
21+
with:
22+
fetch-depth: 0
2123

2224
- name: GHCR login
2325
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login ghcr.io --username automation@linkorb.com --password-stdin

0 commit comments

Comments
 (0)