From b21df910dd0df4cc52e24eb3b4ccf312e52dd04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:30:27 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 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] --- .github/workflows/docker.yml | 2 +- .github/workflows/humble.yml | 2 +- .github/workflows/humble_documentation.yml | 2 +- .github/workflows/iron.yml | 2 +- .github/workflows/iron_documentation.yml | 2 +- .github/workflows/rolling_documentation.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 99270e6d..7aecbf84 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to the Container registry uses: docker/login-action@v2 with: diff --git a/.github/workflows/humble.yml b/.github/workflows/humble.yml index 6f60fac4..a6066582 100644 --- a/.github/workflows/humble.yml +++ b/.github/workflows/humble.yml @@ -19,7 +19,7 @@ jobs: env: CCACHE_DIR: "${{ github.workspace }}/.ccache" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/cache@v2 with: path: ${{ env.CCACHE_DIR }} diff --git a/.github/workflows/humble_documentation.yml b/.github/workflows/humble_documentation.yml index 54c2d7be..01e637d1 100644 --- a/.github/workflows/humble_documentation.yml +++ b/.github/workflows/humble_documentation.yml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | diff --git a/.github/workflows/iron.yml b/.github/workflows/iron.yml index 4041ec5c..d928ec0e 100644 --- a/.github/workflows/iron.yml +++ b/.github/workflows/iron.yml @@ -19,7 +19,7 @@ jobs: env: CCACHE_DIR: "${{ github.workspace }}/.ccache" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/cache@v2 with: path: ${{ env.CCACHE_DIR }} diff --git a/.github/workflows/iron_documentation.yml b/.github/workflows/iron_documentation.yml index 4bf3c422..2f5ccd2d 100644 --- a/.github/workflows/iron_documentation.yml +++ b/.github/workflows/iron_documentation.yml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | diff --git a/.github/workflows/rolling_documentation.yml b/.github/workflows/rolling_documentation.yml index e5ef85d3..b3d2e082 100644 --- a/.github/workflows/rolling_documentation.yml +++ b/.github/workflows/rolling_documentation.yml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: |