Skip to content

Commit fdbcb29

Browse files
committed
update template
1 parent 1d68f61 commit fdbcb29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/devcontainer.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build and push dev container
1919
env:
2020
SOURCE_DATE_EPOCH: 0
21-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
21+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
2222
with:
2323
build-args: |
2424
PYTHON_VERSION={{ '${{ matrix.python-version }}' }}

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Build and push dev container
6767
env:
6868
SOURCE_DATE_EPOCH: 0
69-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
69+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
7070
with:
7171
build-args: |
7272
PYTHON_VERSION={{ '${{ matrix.python-version }}' }}
@@ -82,7 +82,7 @@ jobs:
8282
- name: Build and push prod container
8383
env:
8484
SOURCE_DATE_EPOCH: 0
85-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
85+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
8686
with:
8787
build-args: |
8888
PYTHON_VERSION={{ '${{ matrix.python-version }}' }}

0 commit comments

Comments
 (0)