Skip to content

Commit

Permalink
Bump actions/checkout from 3.6.0 to 4.0.0 (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 0aabfd6 commit 8fc7935
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-beyond-doubt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
packages: write
pull-requests: write
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: ./.github/actions/prepare
with:
name: ${{ matrix.environ.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: ubuntu-20.04
runs-on: ${{ matrix.environ.os }}
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: ./.github/actions/prepare
with:
revision: ${{ matrix.environ.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Syncing
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: AndreasAugustin/[email protected]
with:
source_repo_path: smecalculus/bezmen
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/solution-beyond-doubt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: ./.github/actions/prepare
with:
tools: python java
Expand All @@ -31,7 +31,7 @@ jobs:
packages: write
pull-requests: write
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: ./.github/actions/prepare
with:
tools: python java docker
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
prefs: [turing, church]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: ./.github/actions/prepare
with:
tools: python docker
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
shard: [0, 1]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: ./.github/actions/prepare
with:
tools: python java docker
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: ./.github/actions/prepare
with:
tools: python docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solution-convincing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
packages: write
pull-requests: write
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: ./.github/actions/prepare
with:
tools: python java docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solution-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- uses: ./.github/actions/prepare
with:
tools: python java
Expand Down

0 comments on commit 8fc7935

Please sign in to comment.