Skip to content

Commit 7424edb

Browse files
Bump the actions group across 1 directory with 3 updates (#495)
2 parents 079e90b + ce4888f commit 7424edb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pypi.org:443
4949
- name: Generate App Token
5050
id: token_generator
51-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
51+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
5252
with:
5353
app-id: ${{ secrets.BIRDHOUSE_HELPER_BOT_ID }}
5454
private-key: ${{ secrets.BIRDHOUSE_HELPER_BOT_KEY }}

.github/workflows/docker-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Docker Buildx
3838
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
3939
- name: Build Docker image (no push)
40-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
40+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
4141
with:
4242
context: .
4343
file: "Dockerfile"

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
persist-credentials: false
6363
- name: Setup Conda (Micromamba) with Python${{ matrix.python-version }}
64-
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
64+
uses: mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b # v2.0.5
6565
with:
6666
cache-downloads: true
6767
cache-environment: true

0 commit comments

Comments
 (0)