Skip to content

Commit

Permalink
gh-actions: move actions/checkout to master
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Oct 12, 2022
1 parent b35a291 commit b537a41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ jobs:
ssh -oStrictHostKeyChecking=accept-new \
${IOTLAB_USER}@lille.iot-lab.info exit
- name: Checkout Release-Specs
uses: actions/checkout@v2
uses: actions/checkout@master
with:
repository: RIOT-OS/Release-Specs
path: Release-Specs
fetch-depth: 1
ref: ${{ github.event.inputs.release_specs_version }}
- name: Checkout RIOT
uses: actions/checkout@v2
uses: actions/checkout@master
with:
repository: RIOT-OS/RIOT
path: RIOT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
static-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Setup git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-on-iotlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
docker pull riot/riotbuild:latest
- name: Checkout RIOT
uses: actions/checkout@v2
uses: actions/checkout@master
with:
ref: ${{ github.event.inputs.riot_version }}
- name: Launch IoT-LAB experiment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-on-ryot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
APPLICATIONS_EXCLUDE: 'tests/periph_timer_short_relative_set'
steps:
- name: Checkout RIOT
uses: actions/checkout@v2
uses: actions/checkout@master
with:
ref: ${{ github.event.inputs.riot_version }}
# Make sure it runs git clean -xdff before fetching
Expand Down

0 comments on commit b537a41

Please sign in to comment.