Skip to content

Commit f66cf06

Browse files
authored
Merge pull request #1161 from openmina/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2 parents ee4f125 + 69d4210 commit f66cf06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-heartbeats-processor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
2828
2929
- name: Git checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: Login to Docker Hub
3333
uses: docker/login-action@v3

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
3333
3434
- name: Git checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

3737
# This is needed so that we can get the current version with vergen
3838
- name: Fetch tag for current commit
@@ -136,7 +136,7 @@ jobs:
136136
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
137137
138138
- name: Git checkout
139-
uses: actions/checkout@v3
139+
uses: actions/checkout@v4
140140

141141
- name: Login to Docker Hub
142142
uses: docker/login-action@v3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Create versioned directory and package files
1717
run: |

0 commit comments

Comments
 (0)