Skip to content

Commit

Permalink
Merge pull request #1079 from google:dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

PiperOrigin-RevId: 564669791
  • Loading branch information
Copybara-Service committed Sep 12, 2023
2 parents 9da1c56 + c308b90 commit 91d1b2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Expand Up @@ -233,14 +233,14 @@ jobs:
sudo apt install -y ${EXTRA_PACKAGES}
- name: Checkout the source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 1

#- name: Checkout VC9 for Python
# if: ${{ runner.os == 'Windows' && matrix.build_system == 'python' && matrix.python_version == '2.7' }}
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# with:
# repository: reider-roque/sulley-win-installer
# path: third_party/VCForPython27
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
steps:

- name: Checkout the source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout the source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
uses: actions/checkout@v4 # v3.1.0
with:
persist-credentials: false

Expand Down

0 comments on commit 91d1b2d

Please sign in to comment.