Skip to content

Commit b74a1fb

Browse files
committed
Fix readme
Signed-off-by: Xabier Larrakoetxea <[email protected]>
1 parent 61ea2a1 commit b74a1fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- Use tfe-drift v0.1.0
3535

3636
[unreleased]: https://github.com/slok/tfe-drift-action/compare/v0.4.0...HEAD
37-
[v0.3.0]: https://github.com/slok/tfe-drift-action/compare/v0.3.0...v0.4.0
37+
[v0.4.0]: https://github.com/slok/tfe-drift-action/compare/v0.3.0...v0.4.0
3838
[v0.3.0]: https://github.com/slok/tfe-drift-action/compare/v0.2.0...v0.3.0
3939
[v0.2.0]: https://github.com/slok/tfe-drift-action/compare/v0.1.0...v0.2.0
4040
[v0.1.0]: https://github.com/slok/tfe-drift-action/releases/tag/v0.1.0

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
drift-detection:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: slok/tfe-drift-action@v0.3.0
26+
- uses: slok/tfe-drift-action@v0.4.0
2727
id: tfe-drift
2828
with:
2929
tfe-token: ${{ secrets.TFE_TOKEN }}
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Drift detection
76-
uses: slok/tfe-drift-action@v0.3.0
76+
uses: slok/tfe-drift-action@v0.4.0
7777
id: tfe-drift
7878
with:
7979
tfe-token: ${{ secrets.TFE_TOKEN }}
@@ -97,7 +97,7 @@ jobs:
9797
drift-detection:
9898
runs-on: ubuntu-latest
9999
steps:
100-
- uses: slok/tfe-drift-action@v0.3.0
100+
- uses: slok/tfe-drift-action@v0.4.0
101101
id: tfe-drift
102102
with:
103103
tfe-token: ${{ secrets.TFE_TOKEN }}
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: ubuntu-latest
138138
steps:
139139
- name: Drift detection
140-
uses: slok/tfe-drift-action@v0.3.0
140+
uses: slok/tfe-drift-action@v0.4.0
141141
id: tfe-drift
142142
with:
143143
tfe-token: ${{ secrets.TFE_TOKEN }}

0 commit comments

Comments
 (0)