Skip to content

Commit 1fbcde6

Browse files
dependabot[bot]DanielNoord
authored andcommitted
Bump actions/checkout from 3.0.0 to 3.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d780d8c commit 1fbcde6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code from GitHub
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
with:
1717
fetch-depth: 2
1818
- name: Set up Python 3.10

.github/workflows/primer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out working version
14-
uses: actions/[email protected].0
14+
uses: actions/[email protected].1
1515
with:
1616
fetch-depth: 2
1717
- name: Check out changeable version
18-
uses: actions/[email protected].0
18+
uses: actions/[email protected].1
1919
with:
2020
path: program_to_test
2121
fetch-depth: 0

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code from GitHub
13-
uses: actions/[email protected].0
13+
uses: actions/[email protected].1
1414
- name: Set up Python 3.10
1515
uses: actions/setup-python@v3
1616
with:

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: [3.8, 3.9, "3.10"]
1717
steps:
1818
- name: Check out code from GitHub
19-
uses: actions/[email protected].0
19+
uses: actions/[email protected].1
2020
- name: Set temp directory
2121
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
2222
# Workaround to set correct temp directory on Windows
@@ -42,7 +42,7 @@ jobs:
4242
needs: ["tests-linux"]
4343
steps:
4444
- name: Check out code from GitHub
45-
uses: actions/[email protected].0
45+
uses: actions/[email protected].1
4646
- name: Set up Python 3.10
4747
id: python
4848
uses: actions/setup-python@v3
@@ -68,7 +68,7 @@ jobs:
6868
python-version: [3.8, 3.9, "3.10"]
6969
steps:
7070
- name: Check out code from GitHub
71-
uses: actions/[email protected].0
71+
uses: actions/[email protected].1
7272
- name: Set temp directory
7373
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
7474
# Workaround to set correct temp directory on Windows

0 commit comments

Comments
 (0)