Skip to content

Commit

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

---
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 and leo-naeka committed Apr 23, 2024
1 parent b001861 commit e36cce0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
PGPASSWORD: password
PGHOST: localhost
PGUSER: postgres
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: 🌍 Install spatial libraries
run: sudo apt-get update && sudo apt-get install binutils build-essential libproj-dev gdal-bin
- name: 💾 Create a database to check migrations
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- name: Block Fixup Commit Merge
uses: 13rac1/block-fixup-merge-action@v2.0.0
4 changes: 2 additions & 2 deletions .github/workflows/review-app-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: 📥 Checkout to the PR branch
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
ref: ${{ github.head_ref }}

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

steps:
- name: 📥 Checkout to the PR branch
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-app-removal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: 📥 Checkout to the PR branch
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3

- name: 🏷 Set review app name
run:
Expand Down

0 comments on commit e36cce0

Please sign in to comment.