Skip to content

Commit

Permalink
Merge pull request #55 from FreifunkErfurt/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4.2.1

Bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
bobidle authored Oct 8, 2024
2 parents 1995248 + 8210b70 commit 968d813
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
submodules: true
- name: Konfigcheck
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
submodules: true
- name: Permissions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_manual .yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ github.event.inputs.branch }}
submodules: true
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ github.event.inputs.branch }}
submodules: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
submodules: true
- name: Konfigcheck
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
submodules: true
- name: Permissions
Expand Down

0 comments on commit 968d813

Please sign in to comment.