From 680ae61c7085c222d6938a043d161867d0563984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 18:50:30 +0200 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 4 (#387) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/crawl.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test_and_publish_docker_image.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/crawl.yml b/.github/workflows/crawl.yml index 1145fab..633ff85 100644 --- a/.github/workflows/crawl.yml +++ b/.github/workflows/crawl.yml @@ -8,7 +8,7 @@ jobs: container: image: italia/publiccode-crawler:latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: publiccode-crawler crawl env: CRAWLER_DATADIR: /tmp/data diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9597432..84bc877 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,7 @@ jobs: go-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v3 with: go-version: '1.21' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23a7a5c..c5be18e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: id: go - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Unshallow run: git fetch --prune --unshallow diff --git a/.github/workflows/test_and_publish_docker_image.yml b/.github/workflows/test_and_publish_docker_image.yml index 75dae3e..534c605 100644 --- a/.github/workflows/test_and_publish_docker_image.yml +++ b/.github/workflows/test_and_publish_docker_image.yml @@ -10,7 +10,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: # The build job will use the .git directory to # infer the current version to embed in the binary