Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ww24/linebot from f69a33e6a2adac303c05f8c6ef7f5a1b90ece8b0 to cbd1997afbff196cc118574a1d6d16b94f3f60c8 #947

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
contents: read
packages: read
checks: write
uses: ww24/linebot/.github/workflows/test.yaml@f69a33e6a2adac303c05f8c6ef7f5a1b90ece8b0
uses: ww24/linebot/.github/workflows/test.yaml@cbd1997afbff196cc118574a1d6d16b94f3f60c8

docker:
needs: [test]
Expand All @@ -67,7 +67,7 @@ jobs:
packages: write
id-token: write
security-events: write
uses: ww24/linebot/.github/workflows/docker.yml@f69a33e6a2adac303c05f8c6ef7f5a1b90ece8b0
uses: ww24/linebot/.github/workflows/docker.yml@cbd1997afbff196cc118574a1d6d16b94f3f60c8
with:
image_tag: latest
push: ${{ github.event_name == 'push' }}
Expand Down
Loading