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

Bump the github-actions group across 1 directory with 4 updates #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
contents: read
packages: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29

- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: .npm
key: ${{ runner.os }}-${{ hashFiles('package-lock.json') }}

- uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115
- uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8
with:
push: never
runCmd: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
uses: sarisia/workflows/.github/workflows/update-devcontainer.yml@31e439490c78f47b75fdf451b3912a18da028df0
uses: sarisia/workflows/.github/workflows/update-devcontainer.yml@257926c94a642619ae8ff0debfb5411db2c80a7f
permissions:
contents: read
packages: write