Bump actions/checkout from 3 to 4 (#41)

This commit is contained in:
dependabot[bot]
2023-10-02 06:53:37 +00:00
committed by GitHub
parent d8f9aa2024
commit 6d215e502c
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ jobs: # Docs: <https://git.io/JvxXE>
name: Gitleaks
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with: {fetch-depth: 0}
- uses: gacts/gitleaks@v1
@@ -24,7 +24,7 @@ jobs: # Docs: <https://git.io/JvxXE>
name: Build docker image
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build docker image
run: docker build -f ./Dockerfile --tag 3proxy:local .