Skip to content

Commit 2f0005a

Browse files
Merge pull request #67 from developmentseed/dependabot/github_actions/minor-and-patch-9ebcdc4dd1
Bump the minor-and-patch group across 1 directory with 3 updates
2 parents 39f402d + 47a15d1 commit 2f0005a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636

3737
- name: Install uv
38-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
38+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3939
with:
4040
version: "0.9.*"
4141
enable-cache: true
@@ -93,7 +93,7 @@ jobs:
9393
# Push `latest` when comiting to main
9494
- name: Build and push latest
9595
if: github.ref == 'refs/heads/main'
96-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
96+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
9797
with:
9898
platforms: linux/amd64
9999
context: .
@@ -105,7 +105,7 @@ jobs:
105105
# Push `{VERSION}` when pushing a new tag
106106
- name: Build and push tag
107107
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
108-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
108+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
109109
with:
110110
platforms: linux/amd64
111111
context: .

.github/workflows/deploy_mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323

2424
- name: Install uv
25-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
25+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2626
with:
2727
version: "0.9.*"
2828
enable-cache: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
19+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2020
with:
2121
version: "0.9.*"
2222
enable-cache: true
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
uv run hatch build
5050
51-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
51+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
5252
with:
5353
path: ./dist/
5454

0 commit comments

Comments
 (0)