Skip to content

Commit

Permalink
chore: link to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Feb 7, 2024
1 parent 434b51d commit 3c26b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
token: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }}

- name: sync-major-version-branch
uses: socialgouv/workflows/actions/release-deeplink-version@master
uses: socialgouv/workflows/actions/release-deeplink-version@v1
env:
GIT_AUTHOR_EMAIL: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion actions/release-deeplink-version/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/socialgouv/workflows/actions:latest
FROM ghcr.io/socialgouv/workflows/actions:v1

COPY package.json yarn.lock ./

Expand Down

0 comments on commit 3c26b13

Please sign in to comment.