Skip to content

Commit b7edb99

Browse files
committed
Removing duplicate deploy and updates
1 parent a393e1a commit b7edb99

File tree

3 files changed

+2
-72
lines changed

3 files changed

+2
-72
lines changed

.github/workflows/live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828

2929
- name: Setup ruby
3030
uses: ruby/setup-ruby@v1

.github/workflows/master.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
- name: Export BRANCH_NAME # store branch name in $BRANCH_NAME
2929
run: echo BRANCH_NAME=`git rev-parse --abbrev-ref HEAD` >> $GITHUB_ENV

0 commit comments

Comments
 (0)