Skip to content

Commit

Permalink
Merge pull request #61 from lukaszbudnik/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.3.0

Bump actions/checkout from 3.1.0 to 3.3.0
  • Loading branch information
lukaszbudnik authored Jan 8, 2023
2 parents 21ffd8e + d14e46e commit 66b4078
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Build the Docker image
run: docker build . --file Dockerfile --tag yosoy-local:$(date +%s)
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.3.0

- name: Log in to Docker Hub
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0

- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 66b4078

Please sign in to comment.