dependabot[bot] commited on
Commit
9a53329
1 Parent(s): 6b71e71

build(deps): bump actions/checkout from 3 to 4 (#409)

Browse files
.github/workflows/contributors.yml CHANGED
@@ -17,7 +17,7 @@ jobs:
17
 
18
  steps:
19
  - name: Checkout code
20
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
21
  with:
22
  fetch-depth: 0
23
  ref: ${{ github.event.repository.default_branch }}
 
17
 
18
  steps:
19
  - name: Checkout code
20
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
  with:
22
  fetch-depth: 0
23
  ref: ${{ github.event.repository.default_branch }}
.github/workflows/docker.yml CHANGED
@@ -27,7 +27,7 @@ jobs:
27
  runs-on: ubuntu-latest
28
 
29
  steps:
30
- - uses: actions/checkout@v3
31
  # Install buildx
32
  - name: Set up Docker Buildx
33
  id: buildx
 
27
  runs-on: ubuntu-latest
28
 
29
  steps:
30
+ - uses: actions/checkout@v4
31
  # Install buildx
32
  - name: Set up Docker Buildx
33
  id: buildx