Skip to content

Commit 5c936c6

Browse files
Merge pull request #2 from PiotrMachowski/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 772a45d + fcd43fd commit 5c936c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/automerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Automatically merge master to dev
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
name: Git checkout
1616
with:
1717
fetch-depth: 0

.github/workflows/code_quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Check code with mypy
2424
steps:
2525
- name: Checkout the repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Set up Python 3
2929
uses: actions/setup-python@v4

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v3.5.3
27+
uses: actions/checkout@v4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
version: ${{ steps.vars.outputs.tag }}
1313
steps:
14-
- uses: actions/checkout@v3.5.3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up Python 3.11
1717
uses: actions/setup-python@v4.7.0

0 commit comments

Comments
 (0)