Skip to content

Commit 4e87197

Browse files
authored
Merge pull request #313 from akirak/dependabot/github_actions/github-actions-d3c98bc3c0
chore(deps): bump the github-actions group with 2 updates
2 parents a7a1273 + 05f5550 commit 4e87197

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pull-requests: read
2222

2323
steps:
24-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
24+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2525
id: generate-token
2626
with:
2727
app-id: ${{ secrets.CREATE_PR_APP_ID }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
with:
2020
persist-credentials: false
21-
- uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31
21+
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31
2222
- run: nix flake check ./dev -L --override-input src path:.

.github/workflows/update-elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323

24-
- uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4
24+
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31.10.6
2525
with:
2626
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2727

@@ -58,7 +58,7 @@ jobs:
5858
contents: read
5959

6060
steps:
61-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
61+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
6262
id: generate-token
6363
with:
6464
app-id: ${{ secrets.CREATE_PR_APP_ID }}

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818

1919
steps:
20-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
20+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2121
id: generate-token
2222
with:
2323
app-id: ${{ secrets.CREATE_PR_APP_ID }}

0 commit comments

Comments
 (0)