Skip to content

Commit

Permalink
Update presubmit.yml (charlesnicholson#261)
Browse files Browse the repository at this point in the history
Update the checkout and python actions to versions that shut up the github warnings.
  • Loading branch information
charlesnicholson authored Apr 7, 2024
1 parent 0900d15 commit 0489631
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Pylint build.py
run: . /work/venv/bin/activate && python -m pylint build.py tests/size_report.py

Expand All @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
Expand All @@ -56,7 +56,7 @@ jobs:
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
Expand All @@ -80,7 +80,7 @@ jobs:
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
Expand All @@ -104,7 +104,7 @@ jobs:
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
Expand All @@ -121,11 +121,11 @@ jobs:
configuration: [Debug, Release]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Build
Expand All @@ -140,11 +140,11 @@ jobs:
architecture: [32, 64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Build
Expand All @@ -163,7 +163,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cortex-M0
shell: bash
Expand Down

0 comments on commit 0489631

Please sign in to comment.