Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.2.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 9bb255f commit 0ecd6b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
github_commit_desc: ${{ steps.get_commit_desc.outputs.github_commit_desc }}
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Enable errors on warnings
run: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
needs: prepare
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
# needed for getting git describe info for pkgver() in pkgbuild
fetch-depth: 0
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Install deps
run: |
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Install deps
run: |
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Install deps
run: |
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
image: archlinux
steps:
- name: Checkout code
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Install deps
run: pacman -Syu --noconfirm appstream appstream-glib libxslt which
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-help.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Setup Pages
uses: actions/configure-pages@v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flatpak-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
# we can't push changes to a fork via a shallow update, we need to clone the full repo
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: pacman -Syu --noconfirm git

- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Install deps
run: |
Expand Down

0 comments on commit 0ecd6b5

Please sign in to comment.