Skip to content

Commit 8949fb2

Browse files
ci: bump actions workflows (#26)
Signed-off-by: Alec Jacobs <charles.jacobs@segment.com>
1 parent f37102c commit 8949fb2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/verify-build-and-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ on:
88

99
jobs:
1010
verify:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest-large
1212

1313
strategy:
1414
fail-fast: false # dont have failures in one node version cancel tests in another
1515
matrix:
1616
node-version: [20.x] # TODO: add 22.x after upgrade to backstage 1.33 https://github.com/backstage/backstage/issues/27626#issuecomment-2476133326
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020
with:
2121
fetch-depth: '0'
2222

2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @segmentio/dg-devex-team
1+
* @segmentio/backstage-maintainers

0 commit comments

Comments
 (0)