Skip to content

Commit

Permalink
Merge pull request #2977 from wwmm/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.1.2

build(deps): bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
wwmm authored Mar 12, 2024
2 parents 819def7 + 98ac5de commit 4bf6e5d
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.1.1
uses: actions/checkout@v4.1.2
with:
fetch-depth: 0

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

- name: Enable errors on warnings
run: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
needs: prepare
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
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.1.1
uses: actions/checkout@v4.1.2

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

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

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

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

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

- 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.1.1
uses: actions/checkout@v4.1.2

- name: Setup Pages
uses: actions/configure-pages@v4.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.1.1
- uses: actions/checkout@v4.1.2
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.1.1
uses: actions/checkout@v4.1.2

- name: Install deps
run: |
Expand Down

0 comments on commit 4bf6e5d

Please sign in to comment.