Skip to content

Commit ea09aa2

Browse files
Bump actions/checkout from 2.4.0 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e04d64 commit ea09aa2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
auto-merge:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2.4.0
10+
- uses: actions/checkout@v3.1.0
1111
- uses: ahmadnassri/[email protected]
1212
with:
1313
target: minor

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
timeout-minutes: 30
1313
steps:
14-
- uses: actions/checkout@v2.4.0
14+
- uses: actions/checkout@v3.1.0
1515
- name: Copy config templates
1616
working-directory: "config"
1717
run: |

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install system dependencies
4040
run: |
4141
sudo apt-get install -y imagemagick
42-
- uses: actions/checkout@v2.4.0
42+
- uses: actions/checkout@v3.1.0
4343
- name: Copy config templates
4444
working-directory: "config"
4545
run: |

.github/workflows/elixir_credo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: "github.ref != 'refs/heads/master'"
1919
env:
2020
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
21-
- uses: actions/checkout@v2.4.0
21+
- uses: actions/checkout@v3.1.0
2222
- name: Copy config templates
2323
working-directory: "config"
2424
run: |

.github/workflows/elixir_formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: "github.ref != 'refs/heads/master'"
1919
env:
2020
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
21-
- uses: actions/checkout@v2.4.0
21+
- uses: actions/checkout@v3.1.0
2222
- name: Copy config templates
2323
working-directory: "config"
2424
run: |

.github/workflows/elixir_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install system dependencies
4040
run: |
4141
sudo apt-get install -y imagemagick
42-
- uses: actions/checkout@v2.4.0
42+
- uses: actions/checkout@v3.1.0
4343
- name: Copy config templates
4444
working-directory: "config"
4545
run: |

.github/workflows/javascript_compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: "github.ref != 'refs/heads/master'"
1919
env:
2020
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
21-
- uses: actions/checkout@v2.4.0
21+
- uses: actions/checkout@v3.1.0
2222
- name: Copy config templates
2323
working-directory: "config"
2424
run: |

.github/workflows/javascript_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: "github.ref != 'refs/heads/master'"
1919
env:
2020
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
21-
- uses: actions/checkout@v2.4.0
21+
- uses: actions/checkout@v3.1.0
2222
- name: Copy config templates
2323
working-directory: "config"
2424
run: |

0 commit comments

Comments
 (0)