Skip to content

Commit 8f30902

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump actions/checkout from 5 to 6 in the actions-all group
Bumps the actions-all group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2741fc6 commit 8f30902

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+59
-59
lines changed

.github/workflows/ada.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
working-directory: ./tictactoe_ada
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
# Install and setup Alire package manager
2222
- name: Setup alire

.github/workflows/analog_polarization_WZ.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
working-directory: ./tictactoe_analog_polarization_WZ
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Check pictures
2121
run: |
2222
ls -s ./couch.png

.github/workflows/assembly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
working-directory: ./tictactoe_assembly
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Install dependencies
2121
run: |
2222
sudo apt-get update

.github/workflows/bash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
run:
1616
working-directory: ./tictactoe_bash
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Run
2020
run: ./tictactoe_bash.sh 4 4

.github/workflows/basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
working-directory: ./tictactoe_basic
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Install fbc
2020
run: |
2121
sudo add-apt-repository universe

.github/workflows/brainfuck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
working-directory: ./tictactoe_brainfuck
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Install dependencies
2121
run: |
2222
cargo install brainfuck-exe

.github/workflows/c.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
working-directory: ./tictactoe_c
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Build
2121
run: |
2222
make
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Checkout repo
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
- name: Build
4646
run: |
4747
pip install setuptools

.github/workflows/carbon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
working-directory: ./tictactoe_carbon
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Set VERSION env
2121
run: echo "VERSION=$(date -d yesterday +0.0.0-0.nightly.%Y.%m.%d)" >> "$GITHUB_ENV"
2222
- name: Setup Carbon

.github/workflows/chef.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
working-directory: ./tictactoe_chef
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Install dependencies
2121
run: |
2222
cargo install --locked --git 'https://github.com/JanEricNitschke/rchef'

.github/workflows/clojure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
working-directory: ./tictactoe_clojure
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Setup java
2020
uses: actions/setup-java@v5
2121
with:

0 commit comments

Comments
 (0)