Skip to content

Commit f04cbb4

Browse files
committed
Update github actions.
1 parent 85035d2 commit f04cbb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
repo: [library/golang, library/jruby, library/node, library/php, library/python, library/ruby]
1111
steps:
1212
- name: Fetch tags
13-
uses: JamesIves/fetch-api-data-action@3b49449423080d07602d64adcb488c638484fb25 # pin@v2
13+
uses: JamesIves/fetch-api-data-action@396ebea7d13904824f85b892b1616985f847301c # pin@v2
1414
with:
1515
token-endpoint: https://auth.docker.io/token?service=registry.docker.io&scope=repository:${{ matrix.repo }}:pull
1616
endpoint: https://registry-1.docker.io/v2/${{ matrix.repo }}/tags/list
@@ -31,7 +31,7 @@ jobs:
3131
needs: fetch
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # pin@v2
34+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # pin@v3
3535
- uses: actions/download-artifact@18f0f591fbc635562c815484d73b6e8e3980482e # pin@v1
3636
with:
3737
name: mirror

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker Hub
22

3-
[![Build Status](https://img.shields.io/github/workflow/status/lade-io/docker-hub/Mirror.svg)](https://github.com/lade-io/docker-hub/actions/workflows/mirror.yml)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/lade-io/docker-hub/mirror.yml)](https://github.com/lade-io/docker-hub/actions/workflows/mirror.yml)
44

55
This is a [Docker Hub](https://hub.docker.com) mirror hosted by [Github Pages](https://pages.github.com).
66

0 commit comments

Comments
 (0)