From db7ebfc6d0f897d42d692837ae6fed45208d4eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:47:33 +0000 Subject: [PATCH] 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] --- .github/workflows/compile-assets.yml | 2 +- .github/workflows/go-release-binary.yml | 2 +- .github/workflows/go-semgrep.yml | 2 +- .github/workflows/npm-test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile-assets.yml b/.github/workflows/compile-assets.yml index 2f8d25d..c259a7c 100644 --- a/.github/workflows/compile-assets.yml +++ b/.github/workflows/compile-assets.yml @@ -28,7 +28,7 @@ jobs: NODE_ENV: production steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node ${{ inputs.nodejs }} uses: actions/setup-node@v3 diff --git a/.github/workflows/go-release-binary.yml b/.github/workflows/go-release-binary.yml index ffb2685..eda6458 100644 --- a/.github/workflows/go-release-binary.yml +++ b/.github/workflows/go-release-binary.yml @@ -17,7 +17,7 @@ jobs: - goarch: arm64 goos: windows steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: wangyoucao577/go-release-action@v1.40 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/go-semgrep.yml b/.github/workflows/go-semgrep.yml index b02c673..edfe24c 100644 --- a/.github/workflows/go-semgrep.yml +++ b/.github/workflows/go-semgrep.yml @@ -10,6 +10,6 @@ jobs: container: image: bavix/semgrep:master steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Run semgrep" run: semgrep ci --config=p/golang -f /semgrep-go diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index b96deb6..b694cf8 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -15,7 +15,7 @@ jobs: NODE_ENV: production steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node ${{ inputs.nodejs }} uses: actions/setup-node@v3