aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-12 06:32:12 +0000
committerGitHub <noreply@github.com>2023-09-12 06:32:12 +0000
commitc308b90e7b77dce7a5c55a201a6a46a545452929 (patch)
tree33d32ae51628c63d912f4485386db38850a24e92
parent9da1c56448105efce8ec2e3a5e90b003c60e365c (diff)
downloadbrotli-c308b90e7b77dce7a5c55a201a6a46a545452929.zip
brotli-c308b90e7b77dce7a5c55a201a6a46a545452929.tar.gz
brotli-c308b90e7b77dce7a5c55a201a6a46a545452929.tar.bz2
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/build_test.yml6
-rw-r--r--.github/workflows/codeql.yml2
-rw-r--r--.github/workflows/release.yaml2
-rw-r--r--.github/workflows/scorecard.yml2
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index abce490..725822a 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -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
@@ -367,7 +367,7 @@ jobs:
steps:
- name: Checkout the source
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 1
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index e00adf7..0dfd5a8 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -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
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 0f2be31..89acdf3 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
steps:
- name: Checkout the source
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 1
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index 7240550..3e82f7b 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -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