Skip to content

Commit ee7776f

Browse files
Merge pull request #150 from open-gitops/cideploy
Update deploy.yml
2 parents 159c755 + 4cad1ed commit ee7776f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
deploy:
1313
name: Deploy
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
1717
steps:

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
name: Pull Request Lint/Build
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Setup Node
15-
uses: actions/setup-node@v2
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: '14'
1818
cache: npm

0 commit comments

Comments
 (0)