Skip to content

Commit

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

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
bobidle authored Oct 1, 2024
2 parents 0a58e79 + c551e84 commit 1995248
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/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
submodules: true
- name: Konfigcheck
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
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/checkout@v4.1.7
uses: actions/checkout@v4.2.0
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/checkout@v4.1.7
uses: actions/checkout@v4.2.0
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/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
submodules: true
- name: Konfigcheck
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
submodules: true
- name: Permissions
Expand Down

0 comments on commit 1995248

Please sign in to comment.